|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.gnuplot.GnuplotLearner
A class for learning parameters of a function with the Linux/Unix tool
gnuplot.
| Field Summary | |
protected static org.apache.log4j.Logger |
logger
The general proxy logger (for all proxies). |
| Constructor Summary | |
GnuplotLearner()
|
|
| Method Summary | |
java.util.Map |
learn(double[] x,
double[] y,
java.lang.String function,
java.lang.String[] vars)
Learns the specified variables of the specified function with the given data points. |
java.util.Map |
learn(java.lang.String filename,
java.lang.String separator,
java.lang.String function,
java.lang.String[] vars)
Learns the specified variables of the specified function with the given data points. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static org.apache.log4j.Logger logger
| Constructor Detail |
public GnuplotLearner()
| Method Detail |
public java.util.Map learn(double[] x,
double[] y,
java.lang.String function,
java.lang.String[] vars)
Internally, the Linux/Unix tool gnuplot is used
for learning.
learn in interface Learnerx - array with x valuesy - array with y valuesfunction - functionvars - variables to learn
public java.util.Map learn(java.lang.String filename,
java.lang.String separator,
java.lang.String function,
java.lang.String[] vars)
Internally, the Linux/Unix tool gnuplot is used
for learning.
learn in interface Learnerfilename - name of file with data pointsseparator - string separating x and y valuesfunction - functionvars - variables to learn
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||