A B C D E F G H I K L M N O P R S T U V W

C

Cell - Class in org.debellor.core
Base class for all Data Processing Cells - elementary units which realize all kinds of data processing in Debellor.
Cell() - Constructor for class org.debellor.core.Cell
Statistics; currently switched off.
Cell(boolean) - Constructor for class org.debellor.core.Cell
 
cell - Variable in exception org.debellor.core.exception.cell.CellException
 
Cell.CellMethod - Enum in org.debellor.core
IDs of Cell's methods, used for error reporting.
Cell.State - Enum in org.debellor.core
Constants for defining state of the cell.
Cell.Stream - Class in org.debellor.core
Represents a stream of samples flowing between two cells.
CellAccessException - Exception in org.debellor.core.exception.cell
 
CellAccessException(Cell, Cell.CellMethod) - Constructor for exception org.debellor.core.exception.cell.CellAccessException
 
CellAccessException(Cell, String) - Constructor for exception org.debellor.core.exception.cell.CellAccessException
 
CellException - Exception in org.debellor.core.exception.cell
 
CellException(Cell, Throwable) - Constructor for exception org.debellor.core.exception.cell.CellException
 
CellException(Cell, Cell.CellMethod, Throwable) - Constructor for exception org.debellor.core.exception.cell.CellException
 
CellException(Cell, Cell.CellMethod, String) - Constructor for exception org.debellor.core.exception.cell.CellException
 
CellException(Cell, String) - Constructor for exception org.debellor.core.exception.cell.CellException
 
CellException(Cell, String, String) - Constructor for exception org.debellor.core.exception.cell.CellException
 
CellInternalException - Exception in org.debellor.core.exception.cell
 
CellInternalException(Cell, Cell.CellMethod, Throwable) - Constructor for exception org.debellor.core.exception.cell.CellInternalException
 
CellIsFixedException - Exception in org.debellor.core.exception.cell
 
CellIsFixedException(Cell, Cell.CellMethod) - Constructor for exception org.debellor.core.exception.cell.CellIsFixedException
 
CellIsNotOperatorException - Exception in org.debellor.core.exception.cell
 
CellIsNotOperatorException(Cell) - Constructor for exception org.debellor.core.exception.cell.CellIsNotOperatorException
 
CellMethodNotImplementedException - Exception in org.debellor.core.exception.cell
 
CellMethodNotImplementedException(Cell, Cell.CellMethod) - Constructor for exception org.debellor.core.exception.cell.CellMethodNotImplementedException
 
CellStats - Class in org.debellor.core.util
 
CellStats() - Constructor for class org.debellor.core.util.CellStats
 
clear() - Method in class org.debellor.core.Parameters
Clears the content of this Parameters instance, so that no parameters are defined afterwards.
close() - Method in class org.debellor.core.Cell
Closes the currently open output stream.
close() - Method in class org.debellor.core.Cell.Stream
Closes the stream.
closeCell() - Method in class org.debellor.core.cell.OperatorFromCell
 
codeOf(String) - Method in class org.debellor.core.data.SymbolicFeature.SymbolicFeatureType
 
compareTo(NumericFeature) - Method in class org.debellor.core.data.NumericFeature
 
copy() - Method in class org.debellor.core.Parameters
Returns deep copy of this object
copy() - Method in class org.debellor.core.parameters.ParametersInfo
Returns deep copy of this object
copy(Object) - Static method in class org.debellor.core.util.DeepCopy
Returns a copy of the object, or null if the object cannot be serialized.
CrossValidation - Class in org.debellor.base.evaluator
Implements evaluation of a cell (decision system) through the procedure of cross-validation (CV).
CrossValidation() - Constructor for class org.debellor.base.evaluator.CrossValidation
 
CrossValidation(Cell) - Constructor for class org.debellor.base.evaluator.CrossValidation
 

A B C D E F G H I K L M N O P R S T U V W