MCPcopy Create free account
hub / github.com/davisking/dlib / is_binary_classification_problem

Function is_binary_classification_problem

dlib/svm/svm.h:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 typename U
91 >
92 bool is_binary_classification_problem (
93 const T& x,
94 const U& x_labels
95 )
96 {
97 return is_binary_classification_problem_impl(mat(x), mat(x_labels));
98 }
99
100// ----------------------------------------------------------------------------------------
101

Callers 15

trainFunction · 0.85
_cross_validate_trainerFunction · 0.85
do_trainMethod · 0.85
do_trainMethod · 0.85
do_trainMethod · 0.85
sort_basis_vectors_implFunction · 0.85
do_train_user_basisMethod · 0.85
do_train_auto_basisMethod · 0.85
trainMethod · 0.85
rank_features_implFunction · 0.85

Calls 2

matFunction · 0.70

Tested by 1