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

Packages that use DataRowWeighted
org.knime.base.node.mine.decisiontree2.learner   
 

Uses of DataRowWeighted in org.knime.base.node.mine.decisiontree2.learner
 

Methods in org.knime.base.node.mine.decisiontree2.learner that return types with arguments of type DataRowWeighted
 Iterator<DataRowWeighted> InMemoryTable.iterator()
          
 

Methods in org.knime.base.node.mine.decisiontree2.learner with parameters of type DataRowWeighted
 void InMemoryTable.addRow(DataRowWeighted row)
          Adds a DataRowWeighted.
 int SplitNominalBinary.getPartitionForRow(DataRowWeighted row)
          Returns the partition the given row belongs to according to this split.
 int SplitContinuous.getPartitionForRow(DataRowWeighted row)
          Returns the partition the given row belongs to according to this split.
 int SplitNominalNormal.getPartitionForRow(DataRowWeighted row)
          Returns the partition the given row belongs to according to this split.
abstract  int Split.getPartitionForRow(DataRowWeighted row)
          Returns the partition the given row belongs to according to this split.
 

Constructors in org.knime.base.node.mine.decisiontree2.learner with parameters of type DataRowWeighted
DataRowWeighted(DataRowWeighted dataRow, double weight)
          Constructs a weighted data row from another one and sets the weight to the given value.
 



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.