net.sf.myra.datamining.data
Class Strategy

java.lang.Object
  extended by 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

Nested Class Summary
static class Strategy.Type
           
 
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.
 
Constructor Summary
Strategy()
           
 
Method Summary
static Strategy.Type get(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Strategy

public Strategy()
Method Detail

get

public static Strategy.Type get(java.lang.String type)


Copyright © 2013. All Rights Reserved.