Class PotentialFunctionSqrt
- java.lang.Object
-
- weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
-
- weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionSqrt
-
- All Implemented Interfaces:
Serializable
,PotentialFunction
,weka.core.OptionHandler
public class PotentialFunctionSqrt extends APotentialFunctionSingleParam
- Since:
- 0.1.0
- Version:
- 2.0.0
- Author:
- pawel trajdos
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PotentialFunctionSqrt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getPotentialValue(double x)
Calculates the potential value for x-
Methods inherited from class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
alphaTipText, getAlpha, getOptions, listOptions, setAlpha, setOptions
-
-
-
-
Method Detail
-
getPotentialValue
public double getPotentialValue(double x) throws Exception
Description copied from interface:PotentialFunction
Calculates the potential value for x- Returns:
- Throws:
Exception
-
-