Home
last modified time | relevance | path

Searched refs:target_variables_names (Results 1 – 2 of 2) sorted by relevance

/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dtesting_analysis.cpp3178 const Tensor<string, 1> target_variables_names = data_set_pointer->get_target_variables_names(); in calculate_well_classified_samples() local
3192 class_name = target_variables_names(actual_class); in calculate_well_classified_samples()
3194 class_name = target_variables_names(predicted_class); in calculate_well_classified_samples()
3218 const Tensor<string, 1> target_variables_names = neural_network_pointer->get_outputs_names(); in calculate_misclassified_samples() local
3246 class_name = target_variables_names(actual_class); in calculate_misclassified_samples()
3248 class_name = target_variables_names(predicted_class); in calculate_misclassified_samples()
H A Ddata_set.cpp2055 Tensor<string, 1> target_variables_names(target_variables_number); in get_target_variables_names() local
2067 target_variables_names(index + j) = current_used_variables_names(j); in get_target_variables_names()
2073 return target_variables_names; in get_target_variables_names()