Interface ClassifierWithBoundaries

All Superinterfaces:
weka.classifiers.Classifier
All Known Implementing Classes:
BoundaryBasedClassifier, FLDABoundary, LibSVMSVCCLinearBoundary, LinearRegressionBoundary, LogisticBoundary, MultilayerPerceptronBoundary, NearestCentroidBoundary, SMOLinearBoundary

public interface ClassifierWithBoundaries extends weka.classifiers.Classifier
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns decision boundaries of the classifier

    Methods inherited from interface weka.classifiers.Classifier

    buildClassifier, classifyInstance, distributionForInstance, getCapabilities
  • Method Details