com.rapidminer.tools.math.smoothing
Class SmoothingKernels

java.lang.Object
  extended by com.rapidminer.tools.math.smoothing.SmoothingKernels

public class SmoothingKernels
extends java.lang.Object

This class provides functionality in order to create SmoothingKernels in operators in a parameter depended way.

Author:
Sebastian Land

Field Summary
static java.lang.Class<?>[] KERNEL_CLASSES
           
static java.lang.String[] KERNEL_NAMES
           
static java.lang.String PARAMETER_SMOOTHING_KERNEL
           
 
Constructor Summary
SmoothingKernels()
           
 
Method Summary
static SmoothingKernel createKernel(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_SMOOTHING_KERNEL

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

KERNEL_NAMES

public static final java.lang.String[] KERNEL_NAMES

KERNEL_CLASSES

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

SmoothingKernels

public SmoothingKernels()
Method Detail

getParameterTypes

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

createKernel

public static final SmoothingKernel createKernel(ParameterHandler handler)
                                          throws OperatorException
Throws:
OperatorException


Copyright © 2001-2009 by Rapid-I