com.rapidminer.operator.learner.local
Class Neighborhoods

java.lang.Object
  extended by com.rapidminer.operator.learner.local.Neighborhoods

public class Neighborhoods
extends java.lang.Object

This class supports convenient methods for parameter depended creation of neighborhoods.

Author:
Sebastian Land

Field Summary
static java.lang.Class<?>[] NEIGHBORHOOD_CLASSES
           
static java.lang.String[] NEIGHBORHOOD_NAMES
           
static java.lang.String PARAMETER_NEIGHBORHOOD_TYPE
           
 
Constructor Summary
Neighborhoods()
           
 
Method Summary
static Neighborhood createNeighborhood(ParameterHandler handler)
           
static java.util.List<ParameterType> getParameterTypes(ParameterHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_NEIGHBORHOOD_TYPE

public static final java.lang.String PARAMETER_NEIGHBORHOOD_TYPE
See Also:
Constant Field Values

NEIGHBORHOOD_NAMES

public static final java.lang.String[] NEIGHBORHOOD_NAMES

NEIGHBORHOOD_CLASSES

public static final java.lang.Class<?>[] NEIGHBORHOOD_CLASSES
Constructor Detail

Neighborhoods

public Neighborhoods()
Method Detail

createNeighborhood

public static final Neighborhood createNeighborhood(ParameterHandler handler)
                                             throws OperatorException
Throws:
OperatorException

getParameterTypes

public static final java.util.List<ParameterType> getParameterTypes(ParameterHandler handler)


Copyright © 2001-2009 by Rapid-I