Uses of Class
weka.classifiers.functions.explicitboundaries.gemoetry.Plane
-
Packages that use Plane Package Description weka.classifiers.functions.explicitboundaries -
-
Uses of Plane in weka.classifiers.functions.explicitboundaries
Methods in weka.classifiers.functions.explicitboundaries that return Plane Modifier and Type Method Description Plane
DecisionBoundaryPlane. getDecisionPlane()
Constructors in weka.classifiers.functions.explicitboundaries with parameters of type Plane Constructor Description DecisionBoundaryPlane(weka.core.Instances data, int class1Idx, int class2Idx, Plane plane)
-