Class PotentialFunctionExp5
- java.lang.Object
-
- weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
-
- weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
-
- All Implemented Interfaces:
Serializable
,PotentialFunction
,weka.core.OptionHandler
public class PotentialFunctionExp5 extends APotentialFunctionSingleParam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PotentialFunctionExp5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
betaTipText()
double
getBeta()
String[]
getOptions()
double
getPotentialValue(double x)
Calculates the potential value for xEnumeration<weka.core.Option>
listOptions()
void
setBeta(double beta)
void
setOptions(String[] options)
-
Methods inherited from class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
alphaTipText, getAlpha, setAlpha
-
-
-
-
Method Detail
-
getPotentialValue
public double getPotentialValue(double x) throws Exception
Description copied from interface:PotentialFunction
Calculates the potential value for x- Returns:
- Throws:
Exception
-
getBeta
public double getBeta()
- Returns:
- the beta
-
setBeta
public void setBeta(double beta)
- Parameters:
beta
- the beta to set
-
betaTipText
public String betaTipText()
-
listOptions
public Enumeration<weka.core.Option> listOptions()
- Specified by:
listOptions
in interfaceweka.core.OptionHandler
- Overrides:
listOptions
in classAPotentialFunctionSingleParam
-
getOptions
public String[] getOptions()
- Specified by:
getOptions
in interfaceweka.core.OptionHandler
- Overrides:
getOptions
in classAPotentialFunctionSingleParam
-
setOptions
public void setOptions(String[] options) throws Exception
- Specified by:
setOptions
in interfaceweka.core.OptionHandler
- Overrides:
setOptions
in classAPotentialFunctionSingleParam
- Throws:
Exception
-
-