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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getBeta()
String[]
double
getPotentialValue
(double x) Calculates the potential value for xEnumeration<weka.core.Option>
void
setBeta
(double beta) void
setOptions
(String[] options) Methods inherited from class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
alphaTipText, getAlpha, setAlpha
-
Constructor Details
-
PotentialFunctionExp5
public PotentialFunctionExp5()
-
-
Method Details
-
getPotentialValue
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
-
listOptions
- Specified by:
listOptions
in interfaceweka.core.OptionHandler
- Overrides:
listOptions
in classAPotentialFunctionSingleParam
-
getOptions
- Specified by:
getOptions
in interfaceweka.core.OptionHandler
- Overrides:
getOptions
in classAPotentialFunctionSingleParam
-
setOptions
- Specified by:
setOptions
in interfaceweka.core.OptionHandler
- Overrides:
setOptions
in classAPotentialFunctionSingleParam
- Throws:
Exception
-