|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscretizationScheme | |
---|---|
org.knime.base.node.preproc.discretization.caim2 | Contains two nodes for class supervised binning and applying such a learned binning model to new data. |
org.knime.base.node.preproc.discretization.caim2.modelcreator | Contains the classes implementing a node that learns a class supervised discretization (binning) model. |
Uses of DiscretizationScheme in org.knime.base.node.preproc.discretization.caim2 |
---|
Methods in org.knime.base.node.preproc.discretization.caim2 that return DiscretizationScheme | |
---|---|
DiscretizationScheme[] |
DiscretizationModel.getSchemes()
Returns DiscretizationScheme s of the columns that are included
in the DiscretizationModel . |
Constructors in org.knime.base.node.preproc.discretization.caim2 with parameters of type DiscretizationScheme | |
---|---|
DiscretizationModel(DiscretizationScheme[] schemes,
DataTableSpec includedColumns)
Creates a new model taking over the schemes (copying them) and storing the included columns. |
|
DiscretizationScheme(DiscretizationScheme dScheme)
Creates a discretization scheme from a given one. |
Uses of DiscretizationScheme in org.knime.base.node.preproc.discretization.caim2.modelcreator |
---|
Methods in org.knime.base.node.preproc.discretization.caim2.modelcreator that return DiscretizationScheme | |
---|---|
(package private) static DiscretizationScheme[] |
CAIMDiscretizationNodeModel.filterNotKnownSchemes(DiscretizationScheme[] schemes,
String[] schemeColumnNames,
DataTableSpec spec)
Filters out all schemes for which the corresponding column is not part of the given table spec. |
Methods in org.knime.base.node.preproc.discretization.caim2.modelcreator with parameters of type DiscretizationScheme | |
---|---|
(package private) static DiscretizationScheme[] |
CAIMDiscretizationNodeModel.filterNotKnownSchemes(DiscretizationScheme[] schemes,
String[] schemeColumnNames,
DataTableSpec spec)
Filters out all schemes for which the corresponding column is not part of the given table spec. |
Constructors in org.knime.base.node.preproc.discretization.caim2.modelcreator with parameters of type DiscretizationScheme | |
---|---|
QuantaMatrix2D(DiscretizationScheme dScheme,
Map<String,Integer> classValueToIndexMap)
Initializes a new 2D quanta matrix for class value - interval statistics. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |