Class PotentialFunctionCombiner
java.lang.Object
weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
- All Implemented Interfaces:
Serializable
,DecisionBoundaryCombiner
,weka.core.OptionHandler
public class PotentialFunctionCombiner
extends Object
implements DecisionBoundaryCombiner, Serializable, weka.core.OptionHandler
- Since:
- 1.1.1
- Version:
- 2.1.3
- Author:
- pawel trajdos
- See Also:
-
Constructor Summary
Constructors -
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)String[]
Enumeration<weka.core.Option>
void
setBoundaries
(DecisionBoundaries boundaries) Sets the boundaries to combinevoid
setOptions
(String[] options) void
setPotCombiner
(PotentialCombiner potCombiner) void
setPotential
(PotentialFunction potential)
-
Constructor Details
-
PotentialFunctionCombiner
public PotentialFunctionCombiner()
-
-
Method Details
-
getDecision
Description copied from interface:DecisionBoundaryCombiner
Get combined decision of the boundaries (class index)- Specified by:
getDecision
in interfaceDecisionBoundaryCombiner
- Returns:
- Throws:
Exception
-
setBoundaries
Description copied from interface:DecisionBoundaryCombiner
Sets the boundaries to combine- Specified by:
setBoundaries
in interfaceDecisionBoundaryCombiner
- Throws:
Exception
-
getPotential
- Returns:
- the potential
-
setPotential
- Parameters:
potential
- the potential to set
-
getClass
Description copied from interface:DecisionBoundaryCombiner
Get combined decision of the boundaries (class value)- Specified by:
getClass
in interfaceDecisionBoundaryCombiner
- Returns:
- Throws:
Exception
-
listOptions
- Specified by:
listOptions
in interfaceweka.core.OptionHandler
-
setOptions
- Specified by:
setOptions
in interfaceweka.core.OptionHandler
- Throws:
Exception
-
getOptions
- Specified by:
getOptions
in interfaceweka.core.OptionHandler
-
getPotCombiner
- Returns:
- the potCombiner
-
setPotCombiner
- Parameters:
potCombiner
- the potCombiner to set
-