|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.Operator
edu.udo.cs.yale.operator.preprocessing.discretization.Discretization
edu.udo.cs.yale.operator.preprocessing.discretization.SimpleBinDiscretization
public class SimpleBinDiscretization
An example filter that discretizes all numeric attributes in the dataset into nominal attributes. This discretization is performed by simple binning. Skips all special attributes including the label.
Constructor Summary | |
---|---|
SimpleBinDiscretization(OperatorDescription description)
|
Method Summary | |
---|---|
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
double[][] |
getRanges(ExampleSet exampleSet)
Delivers the maximum range thresholds for all attributes, i.e. the value getRanges()[a][b] is the b-th threshold for the a-th attribute. |
Methods inherited from class edu.udo.cs.yale.operator.preprocessing.discretization.Discretization |
---|
apply, getInputClasses, getOutputClasses |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleBinDiscretization(OperatorDescription description)
Method Detail |
---|
public double[][] getRanges(ExampleSet exampleSet) throws UndefinedParameterError
Discretization
getRanges
in class Discretization
UndefinedParameterError
public java.util.List<ParameterType> getParameterTypes()
Operator
getParameterTypes
in class Operator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |