|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecTreePredictorNodeModel | |
---|---|
org.knime.base.node.mine.decisiontree2.predictor | This package contains code for a decision tree model and predictor. |
Uses of DecTreePredictorNodeModel in org.knime.base.node.mine.decisiontree2.predictor |
---|
Methods in org.knime.base.node.mine.decisiontree2.predictor that return DecTreePredictorNodeModel | |
---|---|
DecTreePredictorNodeModel |
DecTreePredictorNodeFactory.createNodeModel()
Creates and returns a new instance of the node's corresponding model. |
Methods in org.knime.base.node.mine.decisiontree2.predictor that return types with arguments of type DecTreePredictorNodeModel | |
---|---|
NodeView<DecTreePredictorNodeModel> |
DecTreePredictorNodeFactory.createNodeView(int viewIndex,
DecTreePredictorNodeModel nodeModel)
Creates and returns a new node view for the given index. |
Methods in org.knime.base.node.mine.decisiontree2.predictor with parameters of type DecTreePredictorNodeModel | |
---|---|
NodeView<DecTreePredictorNodeModel> |
DecTreePredictorNodeFactory.createNodeView(int viewIndex,
DecTreePredictorNodeModel nodeModel)
Creates and returns a new node view for the given index. |
Constructors in org.knime.base.node.mine.decisiontree2.predictor with parameters of type DecTreePredictorNodeModel | |
---|---|
DecTreePredictorNodeView(DecTreePredictorNodeModel model)
Default constructor, taking the model as argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |