|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueMapper | |
---|---|
org.knime.base.node.mine.decisiontree2.learner |
Uses of ValueMapper in org.knime.base.node.mine.decisiontree2.learner |
---|
Methods in org.knime.base.node.mine.decisiontree2.learner that return ValueMapper | |
---|---|
ValueMapper<DataCell> |
InMemoryTable.getClassValueMapper()
Returns the class value mapper of this table. |
ValueMapper<DataCell> |
InMemoryTable.getNominalAttributeValueMapper(int attributeIndex)
Returns the attribute value mapper of this table for the given attribute. |
Constructors in org.knime.base.node.mine.decisiontree2.learner with parameters of type ValueMapper | |
---|---|
InMemoryTable(ValueMapper<DataCell>[] nominalAttributeValueMapper,
ValueMapper<DataCell> classValueMapper,
ValueMapper<String> attributeNameMapper,
double minNumberRowsPerNode)
Creates an empty table that keeps all rows in memory. |
|
InMemoryTable(ValueMapper<DataCell>[] nominalAttributeValueMapper,
ValueMapper<DataCell> classValueMapper,
ValueMapper<String> attributeNameMapper,
double minNumberRowsPerNode)
Creates an empty table that keeps all rows in memory. |
|
InMemoryTable(ValueMapper<DataCell>[] nominalAttributeValueMapper,
ValueMapper<DataCell> classValueMapper,
ValueMapper<String> attributeNameMapper,
double minNumberRowsPerNode)
Creates an empty table that keeps all rows in memory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |