org.knime.base.node.mine.mds
Class MDSConfigKeys

java.lang.Object
  extended by org.knime.base.node.mine.mds.MDSConfigKeys

public class MDSConfigKeys
extends Object

Contains the configuration keys of the MDS settings.

Author:
Kilian Thiel, University of Konstanz

Field Summary
static String CFGKEY_COLS
          The configuration key for columns to use.
static String CFGKEY_DISTANCE
          The configuration key for the distance.
static String CFGKEY_EPOCHS
          The configuration key for the epochs.
static String CFGKEY_LEARNINGRATE
          The configuration key for the learning rate.
static String CFGKEY_OUTDIMS
          The configuration key for output dimension.
static String CFGKEY_ROWS
          The configuration key for the number of rows to use.
static String CFGKEY_SEED
          The configuration key for columns to use.
static String CFGKEY_USE_ROWS
          The configuration key for the usage of the number of max rows.
 
Constructor Summary
MDSConfigKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CFGKEY_ROWS

public static final String CFGKEY_ROWS
The configuration key for the number of rows to use.

See Also:
Constant Field Values

CFGKEY_USE_ROWS

public static final String CFGKEY_USE_ROWS
The configuration key for the usage of the number of max rows.

See Also:
Constant Field Values

CFGKEY_LEARNINGRATE

public static final String CFGKEY_LEARNINGRATE
The configuration key for the learning rate.

See Also:
Constant Field Values

CFGKEY_EPOCHS

public static final String CFGKEY_EPOCHS
The configuration key for the epochs.

See Also:
Constant Field Values

CFGKEY_DISTANCE

public static final String CFGKEY_DISTANCE
The configuration key for the distance.

See Also:
Constant Field Values

CFGKEY_OUTDIMS

public static final String CFGKEY_OUTDIMS
The configuration key for output dimension.

See Also:
Constant Field Values

CFGKEY_COLS

public static final String CFGKEY_COLS
The configuration key for columns to use.

See Also:
Constant Field Values

CFGKEY_SEED

public static final String CFGKEY_SEED
The configuration key for columns to use.

See Also:
Constant Field Values
Constructor Detail

MDSConfigKeys

public MDSConfigKeys()


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.