|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.fitting.Function
edu.stanford.rsl.konrad.fitting.IdentityFunction
public class IdentityFunction
Constructor Summary | |
---|---|
IdentityFunction()
|
Method Summary | |
---|---|
double |
evaluate(double x)
|
void |
fitToPoints(double[] x,
double[] y)
|
java.lang.String |
toString()
|
Methods inherited from class edu.stanford.rsl.konrad.fitting.Function |
---|
getAvailableFunctions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IdentityFunction()
Method Detail |
---|
public java.lang.String toString()
toString
in class Function
public double evaluate(double x)
evaluate
in class Function
public void fitToPoints(double[] x, double[] y)
fitToPoints
in class Function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |