nups
Class ExpoSmoothing

java.lang.Object
  |
  +--nups.Methode
        |
        +--nups.ExpoSmoothing

public class ExpoSmoothing
extends Methode


Constructor Summary
ExpoSmoothing()
           
 
Method Summary
 Prediction createPrediction(java.util.Vector listSamples, java.util.Vector predictionList)
           
 
Methods inherited from class nups.Methode
newPrediction, setNeededSamples
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpoSmoothing

public ExpoSmoothing()
Method Detail

createPrediction

public Prediction createPrediction(java.util.Vector listSamples,
                                   java.util.Vector predictionList)
Overrides:
createPrediction in class Methode