edu.udo.cs.yale.operator.generator
Class RandomDotsClassificationFunction
java.lang.Object
edu.udo.cs.yale.operator.generator.ClassificationFunction
edu.udo.cs.yale.operator.generator.RandomDotsClassificationFunction
- All Implemented Interfaces:
- TargetFunction
public class RandomDotsClassificationFunction
- extends ClassificationFunction
Returns a classification function with one major class and a set of dots
of the second class.
- Version:
- $Id: RandomDotsClassificationFunction.java,v 1.4 2006/08/03 14:39:30 ingomierswa Exp $
- Author:
- Ingo Mierswa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUMBER_OF_POSITIVE_DOTS
private static final int NUMBER_OF_POSITIVE_DOTS
- See Also:
- Constant Field Values
NUMBER_OF_NEGATIVE_DOTS
private static final int NUMBER_OF_NEGATIVE_DOTS
- See Also:
- Constant Field Values
positiveDots
private java.util.List<Dot> positiveDots
negativeDots
private java.util.List<Dot> negativeDots
RandomDotsClassificationFunction
public RandomDotsClassificationFunction()
init
public void init(RandomGenerator random)
- Description copied from class:
ClassificationFunction
- Does nothing.
- Specified by:
init
in interface TargetFunction
- Overrides:
init
in class ClassificationFunction
calculate
public double calculate(double[] att)
throws TargetFunction.FunctionException
- Description copied from interface:
TargetFunction
- Calculates the target function on arguments.
- Throws:
TargetFunction.FunctionException
Copyright © 2001-2006