Uses of Interface
weka.classifiers.functions.explicitboundaries.ClassifierWithBoundaries
-
Packages that use ClassifierWithBoundaries Package Description weka.classifiers.functions weka.classifiers.functions.explicitboundaries.models -
-
Uses of ClassifierWithBoundaries in weka.classifiers.functions
Classes in weka.classifiers.functions that implement ClassifierWithBoundaries Modifier and Type Class Description class
BoundaryBasedClassifier
Allows to use boundary classifier as general Classifier objectConstructors in weka.classifiers.functions with parameters of type ClassifierWithBoundaries Constructor Description BoundaryAndCentroidClassifier(ClassifierWithBoundaries boundClassifier)
BoundaryBasedClassifier(ClassifierWithBoundaries boundClass)
BoundaryKernelClassifier(ClassifierWithBoundaries nearestCentroidBoundary)
BoundaryKernelClassifierWithPlaneProjections(ClassifierWithBoundaries nearestCentroidBoundary)
BoundaryKernelClassifierWithPlaneProjectionsAbstract(ClassifierWithBoundaries nearestCentroidBoundary)
BoundaryKernelClassifierWithPlaneProjectionsGauss(ClassifierWithBoundaries nearestCentroidBoundary)
BoundaryKernelClassifierWithPlaneProjectionsNB2(ClassifierWithBoundaries nearestCentroidBoundary)
BoundaryPotentialClassifier(ClassifierWithBoundaries classifier)
-
Uses of ClassifierWithBoundaries in weka.classifiers.functions.explicitboundaries.models
Classes in weka.classifiers.functions.explicitboundaries.models that implement ClassifierWithBoundaries Modifier and Type Class Description class
FLDABoundary
class
LinearRegressionBoundary
class
LogisticBoundary
class
MultilayerPerceptronBoundary
class
NearestCentroidBoundary
Nearest Centroind Classifier with explicit boundaries Only binary classifiers.class
SMOLinearBoundary
-