net.sf.myra.datamining.data
Class Strategy
java.lang.Object
net.sf.myra.datamining.data.Strategy
public class Strategy
- extends java.lang.Object
This class represents a hierarchical strategy for determining positive and
negative examples in an hierarchical classification problem.
- Version:
- $Revision$ $Date:: $
- Author:
- Fernando Esteban Barril Otero
Field Summary |
static java.lang.String |
DEFAULT_TYPE
|
static java.lang.String |
NEGATIVE
|
static java.lang.String |
POSITIVE
|
static java.lang.String |
TYPE_KEY
The property key under which the strategy type is stored. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_KEY
public static final java.lang.String TYPE_KEY
- The property key under which the strategy type is stored.
- See Also:
- Constant Field Values
DEFAULT_TYPE
public static final java.lang.String DEFAULT_TYPE
- See Also:
- Constant Field Values
POSITIVE
public static final java.lang.String POSITIVE
- See Also:
- Constant Field Values
NEGATIVE
public static final java.lang.String NEGATIVE
- See Also:
- Constant Field Values
Strategy
public Strategy()
get
public static Strategy.Type get(java.lang.String type)
Copyright © 2013. All Rights Reserved.