|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.optimization.ResultStoringMonitor
public class ResultStoringMonitor
| Constructor Summary | |
|---|---|
ResultStoringMonitor(int outputFreq,
java.lang.String filename)
|
|
| Method Summary | |
|---|---|
int |
domainDimension()
Returns the number of dimensions in the function's domain |
double |
valueAt(double[] 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 ResultStoringMonitor(int outputFreq,
java.lang.String filename)
| Method Detail |
|---|
public double valueAt(double[] x)
Function
valueAt in interface Functionx - a double[] input
public int domainDimension()
Function
domainDimension in interface Function
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||