idl.tmt.training
Class FullCollectionSelector

java.lang.Object
  |
  +--idl.tmt.training.FullCollectionSelector
All Implemented Interfaces:
TrainingSetConstructor

public class FullCollectionSelector
extends java.lang.Object
implements TrainingSetConstructor

Created on Jun 4, 2004

Author:
jelsas

Field Summary
private  boolean hasBeenRun
           
 
Fields inherited from interface idl.tmt.training.TrainingSetConstructor
STATUS_COMPLETE, STATUS_NONE
 
Constructor Summary
FullCollectionSelector()
           
 
Method Summary
 Instances constructTrainingSet(IndexedCollection collection)
          Constructs a training set by simply selecting all the instances from the indexed collection.
 java.lang.String getStatus()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

hasBeenRun

private boolean hasBeenRun
Constructor Detail

FullCollectionSelector

public FullCollectionSelector()
Method Detail

constructTrainingSet

public Instances constructTrainingSet(IndexedCollection collection)
Constructs a training set by simply selecting all the instances from the indexed collection.
Specified by:
constructTrainingSet in interface TrainingSetConstructor
See Also:
TrainingSetConstructor.constructTrainingSet(idl.tmt.representation.IndexedCollection)

getStatus

public java.lang.String getStatus()
Specified by:
getStatus in interface TrainingSetConstructor