public class MajorityPlaneBoundaryModel extends Object implements Serializable
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 |
isUseDefault() |
public void buildDefaultModelPlane(weka.core.Instances dataset) throws Exception
dataset
- Exception
public DecisionBoundaryPlane getPlaneModel()
public boolean isUseDefault()
Copyright © 2018. All Rights Reserved.