Package net.sf.tweety.machinelearning
Interface Classifier
-
- All Known Implementing Classes:
SupportVectorMachine
public interface ClassifierA classifier classifies observations into categories.- Author:
- Matthias Thimm
-
-
Method Summary
Modifier and Type Method Description Categoryclassify(Observation obs)Classifies the given observation.
-
-
-
Method Detail
-
classify
Category classify(Observation obs)
Classifies the given observation.- Parameters:
obs- some observation.- Returns:
- The category of the observation.
-
-