org.knime.base.node.mine.sota
Class SotaConfigKeys

java.lang.Object
  extended by org.knime.base.node.mine.sota.SotaConfigKeys

public final class SotaConfigKeys
extends Object

Author:
Kilian Thiel, University of Konstanz

Field Summary
static String CFGKEY_CLASSCOL
          Settings object key for the specification of the calls column.
static String CFGKEY_HIERARCHICAL_FUZZY_DATA
          Settings object key for the use of hierarchical fuzzy data.
static String CFGKEY_HIERARCHICAL_FUZZY_LEVEL
          Settings object key for the use of hierarchical fuzzy level.
static String CFGKEY_LR_ANCESTOR
          Settings object key for the learningrate of the ancestor.
static String CFGKEY_LR_SISTER
          Settings object key for the learningrate of the sister.
static String CFGKEY_LR_WINNER
          Settings object key for the learningrate of the winnner.
static String CFGKEY_MIN_ERROR
          Settings object key for the minimal error.
static String CFGKEY_RESOURCE
          Settings object key for the resource.
static String CFGKEY_USE_CLASS_DATA
          Settings object key for the specification of the usage of the class column.
static String CFGKEY_USE_DISTANCE
          Settings object key for the distance to use.
static String CFGKEY_USE_VARIABILITY
          Settings object key for the flag of the usage of variability.
static String CFGKEY_VARIABILITY
          Settings object key for the variability.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CFGKEY_LR_WINNER

public static final String CFGKEY_LR_WINNER
Settings object key for the learningrate of the winnner.

See Also:
Constant Field Values

CFGKEY_LR_ANCESTOR

public static final String CFGKEY_LR_ANCESTOR
Settings object key for the learningrate of the ancestor.

See Also:
Constant Field Values

CFGKEY_LR_SISTER

public static final String CFGKEY_LR_SISTER
Settings object key for the learningrate of the sister.

See Also:
Constant Field Values

CFGKEY_VARIABILITY

public static final String CFGKEY_VARIABILITY
Settings object key for the variability.

See Also:
Constant Field Values

CFGKEY_RESOURCE

public static final String CFGKEY_RESOURCE
Settings object key for the resource.

See Also:
Constant Field Values

CFGKEY_MIN_ERROR

public static final String CFGKEY_MIN_ERROR
Settings object key for the minimal error.

See Also:
Constant Field Values

CFGKEY_USE_VARIABILITY

public static final String CFGKEY_USE_VARIABILITY
Settings object key for the flag of the usage of variability.

See Also:
Constant Field Values

CFGKEY_USE_DISTANCE

public static final String CFGKEY_USE_DISTANCE
Settings object key for the distance to use.

See Also:
Constant Field Values

CFGKEY_HIERARCHICAL_FUZZY_DATA

public static final String CFGKEY_HIERARCHICAL_FUZZY_DATA
Settings object key for the use of hierarchical fuzzy data.

See Also:
Constant Field Values

CFGKEY_HIERARCHICAL_FUZZY_LEVEL

public static final String CFGKEY_HIERARCHICAL_FUZZY_LEVEL
Settings object key for the use of hierarchical fuzzy level.

See Also:
Constant Field Values

CFGKEY_CLASSCOL

public static final String CFGKEY_CLASSCOL
Settings object key for the specification of the calls column.

See Also:
Constant Field Values

CFGKEY_USE_CLASS_DATA

public static final String CFGKEY_USE_CLASS_DATA
Settings object key for the specification of the usage of the class column.

See Also:
Constant Field Values


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.