public abstract class DecisionBoundary extends Object implements Serializable, IDecisionBoundary
Constructor and Description |
---|
DecisionBoundary(weka.core.Instances data,
int class1Idx,
int class2Idx) |
Modifier and Type | Method and Description |
---|---|
int |
getClass1Idx() |
int |
getClass2Idx() |
weka.core.Instances |
getDatasetHeader() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
classify, getDistance, getIndex, getValue
public weka.core.Instances getDatasetHeader()
getDatasetHeader
in interface IDecisionBoundary
public int getClass1Idx()
getClass1Idx
in interface IDecisionBoundary
public int getClass2Idx()
getClass2Idx
in interface IDecisionBoundary
Copyright © 2019. All Rights Reserved.