|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasu.seismo.signals.min1d.minimizable1d_fdg
asu.seismo.signals.oned.blurset.objectiveh
public class blurset.objectiveh
This class represents the function
||f_hat*h_hat-g||_2^2 + \lambda_h * ||h_hat||_{normh}.
and is returned by blurset.getJh().
See blurset.getJh() for details.
Field Summary | |
---|---|
blurset |
bl
|
Constructor Summary | |
---|---|
blurset.objectiveh()
|
|
blurset.objectiveh(blurset b)
|
Method Summary | |
---|---|
double |
getF()
Get the value of the function |
double |
getF(doubleSignal1d grad)
Get the value of the function and its gradient |
double |
getGradFTDnorm()
|
double |
getGradREGnorm()
|
int |
getLength()
Get length of the function argument |
doubleSignal1d |
getX()
|
void |
setX(doubleSignal1d x)
Set x value at with the function will be evaluated |
void |
TrackGrad(boolean b)
track the gradient norms of the fit-to-data and regularization functionals. |
Methods inherited from class asu.seismo.signals.min1d.minimizable1d_fdg |
---|
checkGrad, getFDGrad |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public blurset bl
Constructor Detail |
---|
public blurset.objectiveh(blurset b)
public blurset.objectiveh()
Method Detail |
---|
public void setX(doubleSignal1d x) throws invalid_data_exception, size_mismatch_exception
minimizable1d
setX
in interface minimizable1d
setX
in class minimizable1d_fdg
invalid_data_exception
size_mismatch_exception
public doubleSignal1d getX()
getX
in interface minimizable1d
getX
in class minimizable1d_fdg
public double getF() throws invalid_data_exception, size_mismatch_exception
minimizable1d
getF
in interface minimizable1d
getF
in class minimizable1d_fdg
invalid_data_exception
size_mismatch_exception
public double getF(doubleSignal1d grad) throws invalid_data_exception, size_mismatch_exception
minimizable1d
getF
in interface minimizable1d
getF
in class minimizable1d_fdg
invalid_data_exception
size_mismatch_exception
public int getLength()
minimizable1d
getLength
in interface minimizable1d
getLength
in class minimizable1d_fdg
public void TrackGrad(boolean b)
public double getGradFTDnorm()
public double getGradREGnorm()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |