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

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

public class SumClassificationFunction
extends ClassificationFunction

The label is positive if the sum of all arguments is positive.

Version:
$Id: SumClassificationFunction.java,v 1.2 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
 
Fields inherited from class edu.udo.cs.yale.operator.generator.ClassificationFunction
label, lower, upper
 
Constructor Summary
SumClassificationFunction()
           
 
Method Summary
 double calculate(double[] args)
          Calculates the target function on arguments.
 
Methods inherited from class edu.udo.cs.yale.operator.generator.ClassificationFunction
createArguments, getLabel, init, setLowerArgumentBound, setTotalNumberOfAttributes, setTotalNumberOfExamples, setUpperArgumentBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SumClassificationFunction

public SumClassificationFunction()
Method Detail

calculate

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



Copyright © 2001-2006