edu.udo.cs.yale.operator.generator
Class RandomClassificationFunction

java.lang.Object
  extended by edu.udo.cs.yale.operator.generator.ClassificationFunction
      extended by edu.udo.cs.yale.operator.generator.RandomClassificationFunction
All Implemented Interfaces:
TargetFunction

public class RandomClassificationFunction
extends ClassificationFunction

The label is randomly chosen.

Version:
$Id: RandomClassificationFunction.java,v 1.3 2006/08/03 14:39:30 ingomierswa Exp $
Author:
Ingo Mierswa

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.udo.cs.yale.operator.generator.TargetFunction
TargetFunction.FunctionException
 
Field Summary
private  RandomGenerator random
           
 
Fields inherited from class edu.udo.cs.yale.operator.generator.ClassificationFunction
label, lower, upper
 
Constructor Summary
RandomClassificationFunction()
           
 
Method Summary
 double calculate(double[] args)
          Calculates the target function on arguments.
 void init(RandomGenerator randomGenerator)
          Does nothing.
 
Methods inherited from class edu.udo.cs.yale.operator.generator.ClassificationFunction
createArguments, getLabel, setLowerArgumentBound, setTotalNumberOfAttributes, setTotalNumberOfExamples, setUpperArgumentBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random

private RandomGenerator random
Constructor Detail

RandomClassificationFunction

public RandomClassificationFunction()
Method Detail

init

public void init(RandomGenerator randomGenerator)
Description copied from class: ClassificationFunction
Does nothing.

Specified by:
init in interface TargetFunction
Overrides:
init in class ClassificationFunction


calculate

public double calculate(double[] args)
Description copied from interface: TargetFunction
Calculates the target function on arguments.



Copyright © 2001-2006