Class PotentialFunctionAsymetric
java.lang.Object
weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionAsymetric
- All Implemented Interfaces:
Serializable
,PotentialFunction
- Author:
- pawel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getPotentialValue
(double x) Calculates the potential value for xvoid
setPotential1
(PotentialFunction potential1) void
setPotential2
(PotentialFunction potential2)
-
Constructor Details
-
PotentialFunctionAsymetric
public PotentialFunctionAsymetric()
-
-
Method Details
-
getPotentialValue
Description copied from interface:PotentialFunction
Calculates the potential value for x- Specified by:
getPotentialValue
in interfacePotentialFunction
- Returns:
- Throws:
Exception
-
getPotential1
- Returns:
- the potential1
-
setPotential1
- Parameters:
potential1
- the potential1 to set
-
getPotential2
- Returns:
- the potential2
-
setPotential2
- Parameters:
potential2
- the potential2 to set
-