OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
opennn::TestingAnalysis Member List

This is the complete list of members for opennn::TestingAnalysis, including all inherited members.

calculate_absolute_errors_descriptives() constopennn::TestingAnalysis
calculate_absolute_errors_descriptives(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_area_under_curve(const MatrixR &) constopennn::TestingAnalysis
calculate_area_under_curve_confidence_limit(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_binary_classification_errors() constopennn::TestingAnalysis
calculate_binary_classification_errors(const string &) constopennn::TestingAnalysis
calculate_binary_classification_rates(const float=0.50) constopennn::TestingAnalysis
calculate_binary_classification_tests(const float=0.50) constopennn::TestingAnalysis
calculate_confusion(const MatrixR &, const MatrixR &, float=0.50) constopennn::TestingAnalysis
calculate_confusion(const float=0.50) constopennn::TestingAnalysis
calculate_cumulative_gain(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_determination(const VectorR &, const VectorR &) constopennn::TestingAnalysis
calculate_error() constopennn::TestingAnalysis
calculate_error_autocorrelation(const Index=10) constopennn::TestingAnalysis
calculate_error_data() constopennn::TestingAnalysis
calculate_error_data_descriptives() constopennn::TestingAnalysis
calculate_error_data_histograms(const Index=10) constopennn::TestingAnalysis
calculate_errors() constopennn::TestingAnalysis
calculate_errors(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_errors(const string &) constopennn::TestingAnalysis
calculate_false_negative_samples(const MatrixR &, const MatrixR &, const vector< Index > &, float) constopennn::TestingAnalysis
calculate_false_positive_samples(const MatrixR &, const MatrixR &, const vector< Index > &, float) constopennn::TestingAnalysis
calculate_inputs_errors_cross_correlation(const Index=10) constopennn::TestingAnalysis
calculate_lift_chart(const MatrixR &) constopennn::TestingAnalysis
calculate_masked_accuracy(const Tensor3 &, const MatrixR &) constopennn::TestingAnalysis
calculate_maximal_errors(const Index=10) constopennn::TestingAnalysis
calculate_maximum_gain(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_misclassified_samples(const MatrixR &, const MatrixR &, const vector< string > &) constopennn::TestingAnalysis
calculate_multilabel_confusion(const float) constopennn::TestingAnalysis
calculate_multiple_classification_errors() constopennn::TestingAnalysis
calculate_multiple_classification_errors(const string &) constopennn::TestingAnalysis
calculate_multiple_classification_precision() constopennn::TestingAnalysis
calculate_multiple_classification_rates() constopennn::TestingAnalysis
calculate_multiple_classification_rates(const MatrixR &, const MatrixR &, const vector< Index > &) constopennn::TestingAnalysis
calculate_multiple_classification_tests() constopennn::TestingAnalysis
calculate_negative_cumulative_gain(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_optimal_threshold(const MatrixR &) constopennn::TestingAnalysis
calculate_output_histogram(const MatrixR &, Index=10) constopennn::TestingAnalysis
calculate_percentage_error_data() constopennn::TestingAnalysis
calculate_percentage_errors_descriptives() constopennn::TestingAnalysis
calculate_percentage_errors_descriptives(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_positives_negatives_rate(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_roc_curve(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
calculate_true_negative_samples(const MatrixR &, const MatrixR &, const vector< Index > &, float) constopennn::TestingAnalysis
calculate_true_positive_samples(const MatrixR &, const MatrixR &, const vector< Index > &, float) constopennn::TestingAnalysis
calculate_well_classified_samples(const MatrixR &, const MatrixR &, const vector< string > &) constopennn::TestingAnalysis
check() constopennn::TestingAnalysis
from_JSON(const JsonDocument &)opennn::TestingAnalysis
get_batch_size() constopennn::TestingAnalysisinline
get_dataset() constopennn::TestingAnalysisinline
get_neural_network() constopennn::TestingAnalysisinline
linear_correlation(const MatrixR &, const MatrixR &) constopennn::TestingAnalysis
load(const filesystem::path &)opennn::TestingAnalysis
perform_cumulative_gain_analysis() constopennn::TestingAnalysis
perform_goodness_of_fit_analysis() constopennn::TestingAnalysis
perform_Kolmogorov_Smirnov_analysis() constopennn::TestingAnalysis
perform_lift_chart_analysis() constopennn::TestingAnalysis
perform_roc_analysis() constopennn::TestingAnalysis
print_binary_classification_tests() constopennn::TestingAnalysis
print_error_data_descriptives() constopennn::TestingAnalysis
print_goodness_of_fit_analysis() constopennn::TestingAnalysis
print_linear_correlations() constopennn::TestingAnalysis
save(const filesystem::path &) constopennn::TestingAnalysis
save_confusion(const filesystem::path &) constopennn::TestingAnalysis
save_misclassified_samples(const MatrixR &, const MatrixR &, const vector< string > &, const filesystem::path &) constopennn::TestingAnalysis
save_misclassified_samples_statistics(const MatrixR &, const MatrixR &, const vector< string > &, const filesystem::path &) constopennn::TestingAnalysis
save_multiple_classification_tests(const filesystem::path &) constopennn::TestingAnalysis
save_well_classified_samples(const MatrixR &, const MatrixR &, const vector< string > &, const filesystem::path &) constopennn::TestingAnalysis
save_well_classified_samples_statistics(const MatrixR &, const MatrixR &, const vector< string > &, const filesystem::path &) constopennn::TestingAnalysis
set_batch_size(Index new_batch_size)opennn::TestingAnalysisinline
set_dataset(Dataset *new_dataset)opennn::TestingAnalysisinline
set_neural_network(NeuralNetwork *new_neural_network)opennn::TestingAnalysisinline
test_transformer() constopennn::TestingAnalysis
test_transformer(const vector< string > &context_string, bool imported_vocabulary) constopennn::TestingAnalysis
TestingAnalysis(NeuralNetwork *=nullptr, Dataset *=nullptr)opennn::TestingAnalysis
to_JSON(JsonWriter &) constopennn::TestingAnalysis