Uses of Class
org.debellor.core.Sample.SampleType

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

Uses of Sample.SampleType in org.debellor.base
 

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

Uses of Sample.SampleType in org.debellor.core
 

Fields in org.debellor.core declared as Sample.SampleType
 Sample.SampleType Cell.Stream.sampleType
          Common properties (type) of all samples that will be generated by this stream.
 

Methods in org.debellor.core that return Sample.SampleType
protected  Sample.SampleType Cell.onOpen()
          Called by Cell.open().
 Sample.SampleType Sample.SampleType.setData(DataType data)
           
 Sample.SampleType Sample.SampleType.setDecision(DataType decision)
           
 

Uses of Sample.SampleType in org.debellor.core.cell
 

Fields in org.debellor.core.cell declared as Sample.SampleType
protected  Sample.SampleType SingleSample.type
           
 

Methods in org.debellor.core.cell that return Sample.SampleType
protected  Sample.SampleType SingleSample.onOpen()
           
protected  Sample.SampleType BatchOfSamples.onOpen()
           
 

Methods in org.debellor.core.cell with parameters of type Sample.SampleType
 void SingleSample.setType(Sample.SampleType type)
           
 void BatchOfSamples.setType(Sample.SampleType type)
           
 void OperatorFromCell.setType(Sample.SampleType type)
           
 

Constructors in org.debellor.core.cell with parameters of type Sample.SampleType
BatchOfSamples(Sample.SampleType t, Sample... s)
           
 

Uses of Sample.SampleType in org.debellor.rseslib
 

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

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

Uses of Sample.SampleType in org.debellor.weka
 

Methods in org.debellor.weka that return Sample.SampleType
protected  Sample.SampleType WekaFilter.onOpen()
           
protected  Sample.SampleType WekaClassifier.onOpen()
           
protected  Sample.SampleType ArffReader.onOpen()
           
static Sample.SampleType DataConverter.sampleTypeFrom(weka.core.Instances instances)
           
 

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