Uses of Class
org.debellor.core.Cell.Stream

Packages that use Cell.Stream
org.debellor.base.evaluator   
org.debellor.core   
org.debellor.rseslib   
org.debellor.weka   
 

Uses of Cell.Stream in org.debellor.base.evaluator
 

Fields in org.debellor.base.evaluator declared as Cell.Stream
protected  Cell.Stream TrainAndTest.input
           
protected  Cell.Stream CrossValidation.input
           
 

Uses of Cell.Stream in org.debellor.core
 

Methods in org.debellor.core that return Cell.Stream
 Cell.Stream Cell.open()
          Opens the stream of samples generated by this cell.
protected  Cell.Stream Cell.openInputStream()
          To be used by the subclass in order to open input stream from the source cell.
 

Uses of Cell.Stream in org.debellor.rseslib
 

Fields in org.debellor.rseslib declared as Cell.Stream
protected  Cell.Stream RseslibClassifier.input
           
 

Uses of Cell.Stream in org.debellor.weka
 

Fields in org.debellor.weka declared as Cell.Stream
protected  Cell.Stream WekaFilter.input
           
protected  Cell.Stream WekaClassifier.input