@Deprecated public class PolyRegLearnerSettings extends Object
Constructor and Description |
---|
PolyRegLearnerSettings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getDegree()
Deprecated.
Returns the maximum degree that polynomial used for regression should
have.
|
int |
getMaxRowsForView()
Deprecated.
Returns the maximum number of rows that are shown in the curve view.
|
Set<String> |
getSelectedColumns()
Deprecated.
Returns an (unmodifieable) set of the select column names.
|
String |
getTargetColumn()
Deprecated.
Returns the name of the target column that holds the dependent variable.
|
boolean |
isIncludeAll()
Deprecated.
|
void |
loadSettingsFrom(NodeSettingsRO settings)
Deprecated.
Loads the settings from the node settings object.
|
void |
saveSettingsTo(NodeSettingsWO settings)
Deprecated.
Saves the settings to the node settings object.
|
void |
setDegree(int degree)
Deprecated.
Sets the maximum degree that polynomial used for regression should have.
|
void |
setIncludeAll(boolean includeAll)
Deprecated.
|
void |
setMaxRowsForView(int maxRowsForView)
Deprecated.
Sets the maximum number of rows that are shown in the curve view.
|
void |
setSelectedColumns(Set<String> columnNames)
Deprecated.
Sets the names of the columns that should be used for the regression.
|
void |
setTargetColumn(String targetColumn)
Deprecated.
Sets the name of the target column that holds the dependent variable.
|
public int getDegree()
public String getTargetColumn()
public void loadSettingsFrom(NodeSettingsRO settings) throws InvalidSettingsException
settings
- the node settingsInvalidSettingsException
- if one of the settings is missingpublic void saveSettingsTo(NodeSettingsWO settings)
settings
- the node settingspublic void setDegree(int degree)
degree
- the maximum degreepublic void setTargetColumn(String targetColumn)
targetColumn
- the target column's namepublic int getMaxRowsForView()
public void setMaxRowsForView(int maxRowsForView)
maxRowsForView
- the maximum number of rowspublic void setSelectedColumns(Set<String> columnNames)
columnNames
- a set with the selected column namespublic Set<String> getSelectedColumns()
public boolean isIncludeAll()
public void setIncludeAll(boolean includeAll)
includeAll
- the includeAll to set
KNIME GmbH, Konstanz, Germany
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.