Uses of Package
org.debellor.core

Packages that use org.debellor.core
org.debellor.base   
org.debellor.base.evaluator   
org.debellor.base.evaluator.score   
org.debellor.core   
org.debellor.core.cell   
org.debellor.core.data   
org.debellor.core.exception.cell   
org.debellor.core.exception.data   
org.debellor.core.exception.parameters   
org.debellor.core.parameters   
org.debellor.rseslib   
org.debellor.weka   
 

Classes in org.debellor.core used by org.debellor.base
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Sample
          Sample of data, also known as an instance/object/vector, the basic unit of data transfer between cells (see Cell.Stream.next()).
Sample.SampleType
          Describes common properties of all Sample objects in a given data Cell.Stream.
 

Classes in org.debellor.core used by org.debellor.base.evaluator
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Cell.Stream
          Represents a stream of samples flowing between two cells.
 

Classes in org.debellor.core used by org.debellor.base.evaluator.score
DataObject
          A data object, i.e., a piece of data that can be processed by cells.
 

Classes in org.debellor.core used by org.debellor.core
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Cell.CellMethod
          IDs of Cell's methods, used for error reporting.
Cell.State
          Constants for defining state of the cell.
Cell.Stream
          Represents a stream of samples flowing between two cells.
DataObject
          A data object, i.e., a piece of data that can be processed by cells.
DataType
          Subclasses of DataType describe common properties of all DataObjects generated by a given data Cell.Stream.
Parameters
          Stores parameters that can be passed to a Cell object.
Parameters.Entry
           
Sample
          Sample of data, also known as an instance/object/vector, the basic unit of data transfer between cells (see Cell.Stream.next()).
Sample.SampleType
          Describes common properties of all Sample objects in a given data Cell.Stream.
 

Classes in org.debellor.core used by org.debellor.core.cell
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Sample
          Sample of data, also known as an instance/object/vector, the basic unit of data transfer between cells (see Cell.Stream.next()).
Sample.SampleType
          Describes common properties of all Sample objects in a given data Cell.Stream.
 

Classes in org.debellor.core used by org.debellor.core.data
DataObject
          A data object, i.e., a piece of data that can be processed by cells.
DataType
          Subclasses of DataType describe common properties of all DataObjects generated by a given data Cell.Stream.
 

Classes in org.debellor.core used by org.debellor.core.exception.cell
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Cell.CellMethod
          IDs of Cell's methods, used for error reporting.
 

Classes in org.debellor.core used by org.debellor.core.exception.data
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
DataObject
          A data object, i.e., a piece of data that can be processed by cells.
DataType
          Subclasses of DataType describe common properties of all DataObjects generated by a given data Cell.Stream.
 

Classes in org.debellor.core used by org.debellor.core.exception.parameters
Parameters
          Stores parameters that can be passed to a Cell object.
 

Classes in org.debellor.core used by org.debellor.core.parameters
Parameters
          Stores parameters that can be passed to a Cell object.
 

Classes in org.debellor.core used by org.debellor.rseslib
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Cell.Stream
          Represents a stream of samples flowing between two cells.
DataObject
          A data object, i.e., a piece of data that can be processed by cells.
DataType
          Subclasses of DataType describe common properties of all DataObjects generated by a given data Cell.Stream.
Sample
          Sample of data, also known as an instance/object/vector, the basic unit of data transfer between cells (see Cell.Stream.next()).
Sample.SampleType
          Describes common properties of all Sample objects in a given data Cell.Stream.
 

Classes in org.debellor.core used by org.debellor.weka
Cell
          Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Cell.Stream
          Represents a stream of samples flowing between two cells.
Parameters
          Stores parameters that can be passed to a Cell object.
Sample
          Sample of data, also known as an instance/object/vector, the basic unit of data transfer between cells (see Cell.Stream.next()).
Sample.SampleType
          Describes common properties of all Sample objects in a given data Cell.Stream.