org.knime.base.node.preproc.autobinner.pmml
Class DisretizeConfiguration
java.lang.Object
org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
public class DisretizeConfiguration
- extends Object
- Author:
- Heiko Hofer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisretizeConfiguration
DisretizeConfiguration()
DisretizeConfiguration
public DisretizeConfiguration(List<String> names,
Map<String,PMMLDiscretize> discretize)
- Parameters:
names - discretize -
getSummary
public String getSummary()
- Returns:
- the summary
getNames
public List<String> getNames()
- Returns:
- the names of the columns holding the discretized values
getDiscretize
public PMMLDiscretize getDiscretize(String name)
- Parameters:
name -
- Returns:
- the discretization for the given column name
setSummary
void setSummary(String value)
- Parameters:
value -
addName
void addName(String value)
- Parameters:
value -
setDiscretize
void setDiscretize(String currName,
PMMLDiscretize pmmlDiscretize)
- Parameters:
currName - pmmlDiscretize -
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.