Class DecisionBoundary
java.lang.Object
weka.classifiers.functions.explicitboundaries.DecisionBoundary
- All Implemented Interfaces:
Serializable
,IDecisionBoundary
- Direct Known Subclasses:
DecisionBoundaryPlane
- Since:
- 2.1.0
- Version:
- 2.1.3
- Author:
- pawel trajdos
- See Also:
-
Constructor Details
-
DecisionBoundary
- Throws:
Exception
-
-
Method Details
-
getDatasetHeader
public weka.core.Instances getDatasetHeader()- Specified by:
getDatasetHeader
in interfaceIDecisionBoundary
- Returns:
- the datasetHeader
-
getClass1Idx
public int getClass1Idx()- Specified by:
getClass1Idx
in interfaceIDecisionBoundary
- Returns:
- the class1Idx
-
getClass2Idx
public int getClass2Idx()- Specified by:
getClass2Idx
in interfaceIDecisionBoundary
- Returns:
- the class2Idx
-
toString
-