Uses of Class
org.knime.base.node.mine.decisiontree2.learner.ValueMapper

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.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.