Uses of Class
org.debellor.core.Sample

Packages that use Sample
org.debellor.base   
org.debellor.core   
org.debellor.core.cell   
org.debellor.rseslib   
org.debellor.weka   
 

Uses of Sample in org.debellor.base
 

Methods in org.debellor.base that return Sample
protected  Sample FlattenVectors.onNext()
           
protected  Sample KMeans.onNext()
           
protected  Sample Buffer.onNext()
           
protected  Sample Distortion.onNext()
           
protected  Sample TimeWindows.onNext()
           
 

Uses of Sample in org.debellor.core
 

Methods in org.debellor.core that return Sample
 Sample Cell.next()
          Returns next sample from the currently open output stream.
 Sample Cell.Stream.next()
          Returns next sample of data from this stream.
protected  Sample Cell.onNext()
          Called by Cell.Stream.next().
 Sample Sample.setData(DataObject data)
           
 Sample Sample.setDecision(DataObject decision)
           
 

Uses of Sample in org.debellor.core.cell
 

Methods in org.debellor.core.cell that return Sample
 Sample OperatorFromCell.applyTo(Sample in)
           
protected  Sample SingleSample.onNext()
           
protected  Sample BatchOfSamples.onNext()
           
 

Methods in org.debellor.core.cell with parameters of type Sample
 void BatchOfSamples.add(Sample... s)
          Adds an array of samples or a variable-length parameter list of samples.
 Sample OperatorFromCell.applyTo(Sample in)
           
 void SingleSample.put(Sample s)
           
 

Method parameters in org.debellor.core.cell with type arguments of type Sample
 void BatchOfSamples.add(java.util.Collection<? extends Sample> s)
           
 

Constructors in org.debellor.core.cell with parameters of type Sample
BatchOfSamples(Sample... s)
          Constructs a BatchOfSamples with the initial content passed as an array of samples or as a variable-length parameter list.
BatchOfSamples(Sample.SampleType t, Sample... s)
           
 

Constructor parameters in org.debellor.core.cell with type arguments of type Sample
BatchOfSamples(java.util.Collection<? extends Sample> s)
           
 

Uses of Sample in org.debellor.rseslib
 

Methods in org.debellor.rseslib that return Sample
protected  Sample RseslibClassifier.onNext()
           
 

Methods in org.debellor.rseslib with parameters of type Sample
static rseslib.structure.data.DoubleDataObject DataConverter.doubledataFrom(Sample sample, Sample.SampleType type, rseslib.structure.attribute.Header header)
           
 

Uses of Sample in org.debellor.weka
 

Methods in org.debellor.weka that return Sample
protected  Sample WekaFilter.onNext()
           
protected  Sample WekaClassifier.onNext()
           
protected  Sample ArffReader.onNext()
           
static Sample DataConverter.sampleFrom(weka.core.Instance instance, Sample.SampleType sampleType)
           
 

Methods in org.debellor.weka with parameters of type Sample
static weka.core.Instance DataConverter.instanceFrom(Sample sample, Sample.SampleType sampleType)