Interface Buildable

All Superinterfaces:
Classifier

public interface Buildable extends Classifier
A Classifier that can be built using buildClassifier(DataSet) based on a given training set.
  • Method Details

    • buildClassifier

      void buildClassifier(DataSet trainingSet)
      Build classifier based on the given training set.
      Parameters:
      trainingSet - the data set used to build this classifier