ClassesClasses | | Operators

Support Vector Machines

List of Operators

clear_ocr_class_svmClearOcrClassSvmClearOcrClassSvmclear_ocr_class_svm
Clear an SVM-based OCR classifier.
create_ocr_class_svmCreateOcrClassSvmCreateOcrClassSvmcreate_ocr_class_svm
Create an OCR classifier using a support vector machine.
deserialize_ocr_class_svmDeserializeOcrClassSvmDeserializeOcrClassSvmdeserialize_ocr_class_svm
Deserialize a serialized SVM-based OCR classifier.
do_ocr_multi_class_svmDoOcrMultiClassSvmDoOcrMultiClassSvmdo_ocr_multi_class_svm
Classify multiple characters with an SVM-based OCR classifier.
do_ocr_single_class_svmDoOcrSingleClassSvmDoOcrSingleClassSvmdo_ocr_single_class_svm
Classify a single character with an SVM-based OCR classifier.
do_ocr_word_svmDoOcrWordSvmDoOcrWordSvmdo_ocr_word_svm
Classify a related group of characters with an OCR classifier.
get_features_ocr_class_svmGetFeaturesOcrClassSvmGetFeaturesOcrClassSvmget_features_ocr_class_svm
Compute the features of a character.
get_params_ocr_class_svmGetParamsOcrClassSvmGetParamsOcrClassSvmget_params_ocr_class_svm
Return the parameters of an OCR classifier.
get_prep_info_ocr_class_svmGetPrepInfoOcrClassSvmGetPrepInfoOcrClassSvmget_prep_info_ocr_class_svm
Compute the information content of the preprocessed feature vectors of an SVM-based OCR classifier.
get_support_vector_num_ocr_class_svmGetSupportVectorNumOcrClassSvmGetSupportVectorNumOcrClassSvmget_support_vector_num_ocr_class_svm
Return the number of support vectors of an OCR classifier.
get_support_vector_ocr_class_svmGetSupportVectorOcrClassSvmGetSupportVectorOcrClassSvmget_support_vector_ocr_class_svm
Return the index of a support vector from a trained OCR classifier that is based on support vector machines.
read_ocr_class_svmReadOcrClassSvmReadOcrClassSvmread_ocr_class_svm
Read a SVM-based OCR classifier from a file.
reduce_ocr_class_svmReduceOcrClassSvmReduceOcrClassSvmreduce_ocr_class_svm
Approximate a trained SVM-based OCR classifier by a reduced SVM.
select_feature_set_trainf_svmSelectFeatureSetTrainfSvmSelectFeatureSetTrainfSvmselect_feature_set_trainf_svm
Selects an optimal combination of features to classify OCR data.
select_feature_set_trainf_svm_protectedSelectFeatureSetTrainfSvmProtectedSelectFeatureSetTrainfSvmProtectedselect_feature_set_trainf_svm_protected
Select an optimal combination of features to classify OCR data from a (protected) training file.
serialize_ocr_class_svmSerializeOcrClassSvmSerializeOcrClassSvmserialize_ocr_class_svm
Serialize a SVM-based OCR classifier
trainf_ocr_class_svmTrainfOcrClassSvmTrainfOcrClassSvmtrainf_ocr_class_svm
Train an OCR classifier.
trainf_ocr_class_svm_protectedTrainfOcrClassSvmProtectedTrainfOcrClassSvmProtectedtrainf_ocr_class_svm_protected
Train an OCR classifier with data from a (protected) training file.
write_ocr_class_svmWriteOcrClassSvmWriteOcrClassSvmwrite_ocr_class_svm
Write an OCR classifier to a file.

ClassesClasses | | Operators