Uses of Class
org.knime.base.data.normalize.AffineTransTable

Packages that use AffineTransTable
org.knime.base.data.normalize This package contains the utility classes for normalization of DataRows. 
 

Uses of AffineTransTable in org.knime.base.data.normalize
 

Methods in org.knime.base.data.normalize that return AffineTransTable
 AffineTransTable Normalizer.doDecimalScaling(ExecutionMonitor exec)
          Does the decimal scaling.
 AffineTransTable Normalizer.doMinMaxNorm(double newmax, double newmin, ExecutionMonitor exec)
          Does the Min-Max Normalization.
 AffineTransTable Normalizer.doZScoreNorm(ExecutionMonitor exec)
          Does the Z-Score Normalization.
static AffineTransTable AffineTransTable.load(DataTable table, ModelContentRO sets)
          Reads the meta information from the settings object and constructs a AffineTransTable based on this information and the given DataTable.
 

Constructors in org.knime.base.data.normalize with parameters of type AffineTransTable
AffineTransRowIterator(DataTable originalTable, AffineTransTable table)
          Creates new row iterator given an AffineTransTable with its informations.
 



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.