|
|||||||||
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.SincFunction
public class SincFunction
The sinc function on R^n for n >= 1 The Label is f(x) = sin(x) / ||x||, if ||x|| != 0, and 0 else.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface edu.udo.cs.yale.operator.generator.TargetFunction |
---|
TargetFunction.FunctionException |
Constructor Summary | |
---|---|
SincFunction()
|
Method Summary | |
---|---|
double |
calculate(double[] att)
Calculates the target function on arguments. |
double |
norm_l2(double[] vector)
|
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 SincFunction()
Method Detail |
---|
public double norm_l2(double[] vector)
public double calculate(double[] att)
TargetFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |