org.knime.base.node.mine.regression.linear.view
Class LinRegLineNodeView
java.lang.Object
org.knime.core.node.AbstractNodeView<T>
org.knime.core.node.NodeView
org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
org.knime.base.node.mine.regression.linear.view.LinRegLineNodeView
- All Implemented Interfaces:
- EventListener, NodeModelWarningListener
public class LinRegLineNodeView
- extends DefaultVisualizationNodeView
2D plot showing the linear regression line. The plot allows to choose one
input column as x-coordinate and has the y-coordinate fixed to the response
variable.
- Author:
- Bernd Wiswedel, University of Konstanz
|
Method Summary |
protected void |
modelChanged()
Method is invoked when the underlying NodeModel has
changed. |
| Methods inherited from class org.knime.core.node.NodeView |
callCloseView, closeView, createFrame, getComponent, getJMenuBar, getViewTitle, isOpen, openViewComponent, setComponent, setShowNODATALabel, setViewTitleSuffix, warningChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinRegLineNodeView
public LinRegLineNodeView(NodeModel nodeModel)
- Create new view with a scatter plot an the regression line.
- Parameters:
nodeModel - the model to look at
modelChanged
protected void modelChanged()
- Method is invoked when the underlying
NodeModel has
changed. Also the HiLightHandler have changed. Note, the
NodeModel content may be not available. Be sure to
modify GUI components in the EventDispatchThread only.
- Overrides:
modelChanged in class DefaultVisualizationNodeView
Copyright, 2003 - 2012. 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.