public interface DecisionBoundaryCombiner
Modifier and Type | Method and Description |
---|---|
double |
getClass(weka.core.Instance inst)
Get combined decision of the boundaries (class value)
|
int |
getDecision(weka.core.Instance inst)
Get combined decision of the boundaries (class index)
|
void |
setBoundaries(DecisionBoundaries boundaries)
Sets the boundaries to combine
|
int getDecision(weka.core.Instance inst) throws Exception
inst
- Exception
double getClass(weka.core.Instance inst) throws Exception
inst
- Exception
void setBoundaries(DecisionBoundaries boundaries) throws Exception
boundaries
- Exception
Copyright © 2018. All Rights Reserved.