Given a new continuous data vector z, determine which class it belongs to.
Given a new continuous data vector z, determine which class it belongs to.
the vector to classify
Given a new discrete data vector z, determine which class it belongs to.
Given a new discrete data vector z, determine which class it belongs to.
the vector to classify
Given a set of data vectors and their classifications, build a classifier.
The
Classifier
trait provides a common framework for several classifiers.