org.knime.base.node.mine.regression.linear.view
Interface LinRegDataProvider

All Superinterfaces:
DataProvider
All Known Implementing Classes:
LinRegLearnerNodeModel

public interface LinRegDataProvider
extends DataProvider

An interface that both the learner node model and the predictor node model implement. It describes the access methods for the 2D line viewer.

Author:
Bernd Wiswedel, University of Konstanz

Field Summary
 
Fields inherited from interface org.knime.base.node.viz.plotter.DataProvider
END, START
 
Method Summary
 String[] getLearningColumns()
           
 LinearRegressionContent getParams()
          Get the parameters for the regression line.
 DataArray getRowContainer()
          Get the row container for the rows to paint in the view.
 
Methods inherited from interface org.knime.base.node.viz.plotter.DataProvider
getDataArray
 

Method Detail

getParams

LinearRegressionContent getParams()
Get the parameters for the regression line.

Returns:
the parameters, may be null

getRowContainer

DataArray getRowContainer()
Get the row container for the rows to paint in the view.

Returns:
the rows to paint

getLearningColumns

String[] getLearningColumns()
Returns:
those columns which were used to calculate the model


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.