Uses of Class
org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel

Packages that use PolyRegLearnerNodeModel
org.knime.base.node.mine.regression.polynomial.learner The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. 
 

Uses of PolyRegLearnerNodeModel in org.knime.base.node.mine.regression.polynomial.learner
 

Methods in org.knime.base.node.mine.regression.polynomial.learner that return PolyRegLearnerNodeModel
 PolyRegLearnerNodeModel PolyRegLearnerNodeFactory.createNodeModel()
          Creates and returns a new instance of the node's corresponding model.
 

Methods in org.knime.base.node.mine.regression.polynomial.learner that return types with arguments of type PolyRegLearnerNodeModel
 NodeView<PolyRegLearnerNodeModel> PolyRegLearnerNodeFactory.createNodeView(int viewIndex, PolyRegLearnerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Methods in org.knime.base.node.mine.regression.polynomial.learner with parameters of type PolyRegLearnerNodeModel
 NodeView<PolyRegLearnerNodeModel> PolyRegLearnerNodeFactory.createNodeView(int viewIndex, PolyRegLearnerNodeModel nodeModel)
          Creates and returns a new node view for the given index.
 

Constructors in org.knime.base.node.mine.regression.polynomial.learner with parameters of type PolyRegLearnerNodeModel
CoefficientTable(PolyRegLearnerNodeModel nodeModel)
          Creates a new coefficient table.
PolyRegCoefficientView(PolyRegLearnerNodeModel nodeModel)
          Creates a new new view for showing the learned coefficients.
PolyRegLineNodeView(PolyRegLearnerNodeModel nodeModel)
          Create new view.
PolyRegLineScatterPlotter(PolyRegLearnerNodeModel model)
          Creates a new plotter for showing the regression lines.
 



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.