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

S

Sample - Class in org.debellor.core
Sample of data, also known as an instance/object/vector, the basic unit of data transfer between cells (see Cell.Stream.next()).
Sample(DataObject, DataObject) - Constructor for class org.debellor.core.Sample
 
Sample.SampleType - Class in org.debellor.core
Describes common properties of all Sample objects in a given data Cell.Stream.
Sample.SampleType(DataType, DataType) - Constructor for class org.debellor.core.Sample.SampleType
 
sampleFrom(Instance, Sample.SampleType) - Static method in class org.debellor.weka.DataConverter
 
sampleType - Variable in class org.debellor.core.Cell.Stream
Common properties (type) of all samples that will be generated by this stream.
sampleTypeFrom(Instances) - Static method in class org.debellor.weka.DataConverter
 
score - Variable in class org.debellor.base.evaluator.EvaluatorCell
 
Score - Class in org.debellor.base.evaluator.score
Base class for classes which calculate value of a quality measure (accuracy, confusion matrix, RMSE, ...) of decision systems.
Score() - Constructor for class org.debellor.base.evaluator.score.Score
 
scoreFromUser - Variable in class org.debellor.base.evaluator.EvaluatorCell
 
set(String, String) - Method in class org.debellor.core.Cell
Sets value of a single parameter of the cell.
set(String, int) - Method in class org.debellor.core.Cell
Sets value of the parameter to string representation of integer k.
set(String, double) - Method in class org.debellor.core.Cell
Sets value of the parameter to string representation of real number x.
set(String, boolean) - Method in class org.debellor.core.Cell
Sets value of the parameter to string representation of boolean b.
set(String, String) - Method in class org.debellor.core.parameters.ParametersInfo
Add new parameter together with its default value.
set(String, String, String) - Method in class org.debellor.core.parameters.ParametersInfo
Add new parameter together with its default value and description of meaning.
set(String, String) - Method in class org.debellor.core.Parameters
Sets value of the parameter name to a given string value.
set(String, int) - Method in class org.debellor.core.Parameters
Sets value of the parameter to string representation of integer k.
set(String, double) - Method in class org.debellor.core.Parameters
Sets value of the parameter to string representation of real number x.
set(String, boolean) - Method in class org.debellor.core.Parameters
Sets value of the parameter to string representation of boolean b.
setAvailableParams(ParametersInfo) - Method in class org.debellor.core.Cell
To be used by the subclass in order to set information about parameters (names, default values, description) that will be returned to the user by method Cell.getAvailableParams().
setCell(Cell) - Method in class org.debellor.core.cell.OperatorFromCell
 
setData(DataType) - Method in class org.debellor.core.Sample.SampleType
 
setData(DataObject) - Method in class org.debellor.core.Sample
 
setDecision(DataType) - Method in class org.debellor.core.Sample.SampleType
 
setDecision(DataObject) - Method in class org.debellor.core.Sample
 
setInner(Cell) - Method in class org.debellor.base.evaluator.EvaluatorCell
Sets the cell - a decision system - that would undergo evaluation.
setInputStream(InputStream) - Method in class org.debellor.weka.ArffReader
Sets the instance of java.io.InputStream that will be used by this ArffReader to read the contents of an ARFF file.
setParameters(Parameters) - Method in class org.debellor.core.Cell
Sets parameters of this cell, to be used by the cell during learning or data processing.
setRandomSeed(long) - Method in class org.debellor.core.Cell
Sets seed of the random number generator used by this cell.
setScore(Score) - Method in class org.debellor.base.evaluator.EvaluatorCell
Sets Score instance that will be used for calculation of a quality measure of the evaluated decision system.
setSource(Cell) - Method in class org.debellor.core.Cell
Connects this cell with another cell that will serve as a source of input data when this cell starts learning or operating.
setType(Sample.SampleType) - Method in class org.debellor.core.cell.BatchOfSamples
 
setType(Sample.SampleType) - Method in class org.debellor.core.cell.OperatorFromCell
 
setType(Sample.SampleType) - Method in class org.debellor.core.cell.SingleSample
 
setWekaOptions(Object, Parameters) - Static method in class org.debellor.weka.ParamConverter
Converts Debellor parameters and passes to Weka algorithm.
SingleSample - Class in org.debellor.core.cell
Buffer which holds at most one Sample, passed into the buffer by a special method SingleSample.put(org.debellor.core.Sample).
SingleSample() - Constructor for class org.debellor.core.cell.SingleSample
 
size() - Method in class org.debellor.core.data.DataVector.DataVectorType
 
size() - Method in class org.debellor.core.data.DataVector
 
size() - Method in class org.debellor.core.data.SymbolicFeature.SymbolicFeatureType
 
size() - Method in class org.debellor.core.parameters.ParametersInfo
Returns the number of parameters defined in this ParametersInfo.
size() - Method in class org.debellor.core.Parameters
Returns the number of defined parameters.
state() - Method in class org.debellor.core.Cell
 
SymbolicFeature - Class in org.debellor.core.data
Represents value of a symbolic feature/attribute.
SymbolicFeature(String) - Constructor for class org.debellor.core.data.SymbolicFeature
Constructs a SymbolicFeature with a given value.
SymbolicFeature(int, DataType) - Constructor for class org.debellor.core.data.SymbolicFeature
 
SymbolicFeature(String, DataType) - Constructor for class org.debellor.core.data.SymbolicFeature
Creates SymbolicFeature with a 'canonical' String as a symbolic value, taken from the SymbolicFeatureType object.
SymbolicFeature.SymbolicFeatureType - Class in org.debellor.core.data
 
SymbolicFeature.SymbolicFeatureType() - Constructor for class org.debellor.core.data.SymbolicFeature.SymbolicFeatureType
Constructs a SymbolicFeatureType without the dictionary of possible values.
SymbolicFeature.SymbolicFeatureType(String...) - Constructor for class org.debellor.core.data.SymbolicFeature.SymbolicFeatureType
Constructs a SymbolicFeatureType with the dictionary of possible values passed as an array String[] or as a variable-length parameter list.
SymbolicFeature.SymbolicFeatureType(int) - Constructor for class org.debellor.core.data.SymbolicFeature.SymbolicFeatureType
 
SymbolicValueNotFoundException - Exception in org.debellor.core.exception.data
 
SymbolicValueNotFoundException(String) - Constructor for exception org.debellor.core.exception.data.SymbolicValueNotFoundException
 

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