ppotentials
Class PP_Predictor
java.lang.Object
ppotentials.PP_Predictor
- All Implemented Interfaces:
- Serializable, Predictor
public class PP_Predictor
- extends Object
- implements Predictor
A weight predictor for probability potentials implemented as
a SINGLETON design pattern.
- Version:
- 1.1
- Author:
- Marc Pouly
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PP_Predictor getInstance()
- Returns:
- An instance of this class - SINGLETON design pattern.
predict
public int predict(Domain dom)
- Specified by:
predict
in interface Predictor
- See Also:
Predictor.predict(nenok.va.Domain)