|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.generator.RegressionFunction
edu.udo.cs.yale.operator.generator.SinusFrequencyFunction
public class SinusFrequencyFunction
The label is 10 * sin(3 * att1) + 12 * sin(7 * att1) + 11 * sin(5 * att2) + 9 * sin(10 * att2) + 10 * sin(8 * (att1 + att2)).
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface edu.udo.cs.yale.operator.generator.TargetFunction |
---|
TargetFunction.FunctionException |
Constructor Summary | |
---|---|
SinusFrequencyFunction()
|
Method Summary | |
---|---|
double |
calculate(double[] att)
Calculates the target function on arguments. |
Methods inherited from class edu.udo.cs.yale.operator.generator.RegressionFunction |
---|
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 |
---|
public SinusFrequencyFunction()
Method Detail |
---|
public double calculate(double[] att) throws TargetFunction.FunctionException
TargetFunction
TargetFunction.FunctionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |