nups
Class Experiment

java.lang.Object
  |
  +--nups.Experiment

class Experiment
extends java.lang.Object

An Experiment is a vector of predcitions created by a specific Methode

See Also:

Field Summary
(package private)  Methode myMethode
           
(package private)  java.util.Vector predictionList
           
 
Constructor Summary
Experiment(java.lang.String methode)
           
 
Method Summary
 java.util.Vector getPredictions()
          An operation that does...
 void newPrediction(java.util.Vector sampleList)
          Return a new prediction
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

predictionList

java.util.Vector predictionList

myMethode

Methode myMethode
Constructor Detail

Experiment

public Experiment(java.lang.String methode)
Method Detail

newPrediction

public void newPrediction(java.util.Vector sampleList)
Return a new prediction
Parameters:
sampleList - vector with ordend samples

getPredictions

public java.util.Vector getPredictions()
An operation that does...
Parameters:
firstParam - a description of this parameter