|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.algorithms.spectro.MSWASSR.Symscore
public class MSWASSR.Symscore
function score = symscore(X,y,c) yc=interp1(c-X,y,X,'v5cubic'); score = meannan(((y(:)-yc(:)).^2));
| Constructor Summary | |
|---|---|
MSWASSR.Symscore(double[] x,
double[] y)
|
|
| Method Summary | |
|---|---|
double |
getDomainMax()
Gets the maximum input of the function. |
double |
getDomainMin()
Gets the minimum input of the function. |
double |
getDomainTolerance()
Gets the tolerance. |
double |
getValue(double c)
Gets the value of a function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSWASSR.Symscore(double[] x,
double[] y)
| Method Detail |
|---|
public double getDomainMax()
Optimizable1DContinuous
getDomainMax in interface Optimizable1DContinuouspublic double getDomainMin()
Optimizable1DContinuous
getDomainMin in interface Optimizable1DContinuouspublic double getDomainTolerance()
Optimizable1DContinuous
getDomainTolerance in interface Optimizable1DContinuouspublic double getValue(double c)
Optimizable1DContinuous
getValue in interface Optimizable1DContinuousc - the input
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||