Interface DecisionBoundaryCombiner
- All Known Implementing Classes:
PotentialFunctionCombiner
public interface DecisionBoundaryCombiner
- Author:
- pawel
-
Method Summary
Modifier and TypeMethodDescriptiondouble
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
-
Method Details
-
getDecision
Get combined decision of the boundaries (class index)- Parameters:
inst
-- Returns:
- Throws:
Exception
-
getClass
Get combined decision of the boundaries (class value)- Parameters:
inst
-- Returns:
- Throws:
Exception
-
setBoundaries
Sets the boundaries to combine- Parameters:
boundaries
-- Throws:
Exception
-