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 TypeMethodDescriptionReturns decision boundaries of the classifierMethods inherited from interface weka.classifiers.Classifier
buildClassifier, classifyInstance, distributionForInstance, getCapabilities
-
Method Details
-
getBoundary
Returns decision boundaries of the classifier- Returns:
- Decision boundaries
- Throws:
Exception
-