Class PotentialFunctionLinear
java.lang.Object
weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionLinear
- All Implemented Interfaces:
Serializable
,PotentialFunction
- Since:
- 0.1.0
- Version:
- 2.0.0
- Author:
- pawel trajdos
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getPotentialValue
(double x) Calculates the potential value for x
-
Constructor Details
-
PotentialFunctionLinear
public PotentialFunctionLinear()
-
-
Method Details
-
getPotentialValue
Description copied from interface:PotentialFunction
Calculates the potential value for x- Specified by:
getPotentialValue
in interfacePotentialFunction
- Returns:
- Throws:
Exception
-