Package org.knime.base.node.mine.smote

Node that oversample patterns in an input table.

See:
          Description

Class Summary
SmoteNodeDialog Dialog for smote.
SmoteNodeFactory Factory for the SMOTE Node.
SmoteNodeModel  
Smoter Implementation of the Smote algorithm.
 

Package org.knime.base.node.mine.smote Description

Node that oversample patterns in an input table.

The algorithm works roughly as follows: It oversamples patterns of a given class by drawing random representatives from the input table, calculating their kNNs and then choosing any nearest neighbor and putting the new pattern along the line between the representative and its nearest neighbor.

The implementation is based on the SMOTE algorithm:

                Chawla, N.V., Bowyer, K.W., Hall, L.O., Kegelmeyer, W.P. (2002) 
                "SMOTE: Synthetic Minority Over-sampling Technique",
                Journal of Artificial Intelligence Research, Volume 16, pages 321-357.
                



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.