|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.optimization.ResultStoringFloatMonitor
public class ResultStoringFloatMonitor
Constructor Summary | |
---|---|
ResultStoringFloatMonitor(int outputFreq,
java.lang.String filename)
|
Method Summary | |
---|---|
int |
domainDimension()
Returns the number of dimensions in the function's domain |
float |
valueAt(float[] x)
Returns the value of the function at a single point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultStoringFloatMonitor(int outputFreq, java.lang.String filename)
Method Detail |
---|
public float valueAt(float[] x)
FloatFunction
valueAt
in interface FloatFunction
x
- a double[]
input
public int domainDimension()
FloatFunction
domainDimension
in interface FloatFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |