Skip to content

Classification - Look-UP Table🔗

Operators🔗

clear_class_lutClearClassLut: Clear a look-up table classifier.

create_class_lut_gmmCreateClassLutGmm: Create a look-up table using a Gaussian mixture model to classify byte images.

create_class_lut_knnCreateClassLutKnn: Create a look-up table using a k-nearest neighbors classifier (k-NN) to classify byte images.

create_class_lut_mlpCreateClassLutMlp: Create a look-up table using a multi-layer perceptron to classify byte images.

create_class_lut_svmCreateClassLutSvm: Create a look-up table using a Support-Vector-Machine to classify byte images.