|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |