Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
clsfy_binary_hyperplane_gmrho_builder_helpers::category_valueGiven the class category variable, return the associated regression value (e.g. 1 for class 1, -1 for class 0)
clsfy_adaboost_sorted_builderBase for classes to build clsfy_classifier_base objects
clsfy_adaboost_trainerA class for some purpose
clsfy_binary_1d_wrapperMake a clsfy_classifier_1d derivative look like a clsfy_classifierbase derivative
clsfy_binary_1d_wrapper_builderWrap a builder_1d in general builder_base derivative
clsfy_binary_hyperplaneA binary output hyperplane classifier
clsfy_binary_hyperplane_gmrho_builderBuilder for linear 2-state classifier
clsfy_binary_hyperplane_logit_builderLinear classifier builder using a logit loss function
clsfy_binary_hyperplane_ls_builderBuild a binary linear classifier using least squares
clsfy_binary_pdf_classifierDecisions are based on an explicit multivariate probability distribution
clsfy_binary_threshold_1dSimplest possible 1D classifier: A single thresholding function
clsfy_binary_threshold_1d_builderBase for classes to build clsfy_classifier_1d objects
clsfy_binary_threshold_1d_gini_builder
clsfy_binary_treeA binary tree classifier
clsfy_binary_tree_bnode
clsfy_binary_tree_builderBuilds clsfy_binary_tree classifiers
clsfy_binary_tree_node
clsfy_binary_tree_opOne node of a binary tree classifier - wrapper round clsfy_binary_threshold_1d
clsfy_builder_1dBase for classes to build clsfy_classifier_1d objects
clsfy_builder_baseBase for classes to build clsfy_classifier_base objects
clsfy_classifier_1dA common interface for 1-out-of-N classifiers of 1D data
clsfy_classifier_baseA common interface for 1-out-of-N classifiers
clsfy_direct_boostClassifier using adaboost on combinations of simple 1D classifiers
clsfy_direct_boost_builderBase for classes to build clsfy_classifier_base objects
clsfy_k_nearest_neighbourA Binary k-Nearest Neighbour classifier
clsfy_knn_builderBuilds clsfy_k_nearest_neighbour classifiers
clsfy_logit_loss_functionLoss function for logit of linear classifier
clsfy_mean_square_1dSimplest possible 1D classifier: A single thresholding function
clsfy_mean_square_1d_builderBase for classes to build clsfy_classifier_1d objects
clsfy_null_builderBuilds clsfy_null_classifier
clsfy_null_classifierA classifier that always returns the same answer
clsfy_parzen_builderBuilds clsfy_rbf_parzen classifiers
clsfy_quad_regulariserSimple quadratic term used to regularise functions
clsfy_random_builderBuilds clsfy_random_classifier classifiers
clsfy_random_classifierA common interface for 1-out-of-N classifiers
clsfy_random_forestForest of clsfy_binary_tree trees
clsfy_random_forest_builderBuilds clsfy_random_forest classifiers
clsfy_rbf_parzenA Parzen binary classifier using an RBF Window
clsfy_rbf_svmA Support Vector Machine Binary Classifier
clsfy_rbf_svm_smo_1_builderBase for classes to build clsfy_classifier_base objects
clsfy_simple_adaboostClassifier using adaboost on combinations of simple 1D classifiers
clsfy_smo_1_linA sequential minimal optimisation for certain restricted quadratic problems
clsfy_smo_1_rbfA sequential minimal optimisation for certain restricted quadratic problems
clsfy_smo_baseA base class for sequential minimal optimisation
first_lt
clsfy_binary_hyperplane_gmrho_builder_helpers::gm_grad_accumFunctor to accumulate gradient contributions for given training example
clsfy_binary_hyperplane_gmrho_builder_helpers::gmrho_sumThe cost function, sum Geman-McClure error functions over all training examples
clsfy_binary_tree::graph_rep
second_eq_one