nups
Class Methode

java.lang.Object
  |
  +--nups.Methode
Direct Known Subclasses:
ExpoSmoothing

class Methode
extends java.lang.Object

A class that represents ...

See Also:
OtherClasses

Constructor Summary
Methode()
           
 
Method Summary
 Prediction createPrediction(java.util.Vector listSamples, java.util.Vector predictionList)
           
 Prediction newPrediction()
          An operation that does...
 boolean setNeededSamples(int NeededSamples)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Methode

public Methode()
Method Detail

createPrediction

public Prediction createPrediction(java.util.Vector listSamples,
                                   java.util.Vector predictionList)

newPrediction

public Prediction newPrediction()
An operation that does...
Returns:
this function returns a prediction

setNeededSamples

public boolean setNeededSamples(int NeededSamples)