public class MajorityPlaneBoundaryModel extends Object implements Serializable, weka.core.Debuggable
Constructor and Description |
---|
MajorityPlaneBoundaryModel() |
Modifier and Type | Method and Description |
---|---|
void |
buildDefaultModelPlane(weka.core.Instances dataset)
Builds a default decision boundary if there are instances belonging to only one class.
|
DecisionBoundaryPlane |
getPlaneModel() |
boolean |
isDebug() |
boolean |
isUseDefault() |
void |
setDebug(boolean debug) |
public void buildDefaultModelPlane(weka.core.Instances dataset) throws Exception
dataset
- Exception
public DecisionBoundaryPlane getPlaneModel()
public boolean isUseDefault()
public boolean isDebug()
isDebug
in interface weka.core.Debuggable
public void setDebug(boolean debug)
setDebug
in interface weka.core.Debuggable
debug
- the debug to setCopyright © 2020. All rights reserved.