|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.util.Function
de.unidu.is.util.LearnableFunction
de.unidu.is.util.LogFunction
The logarithm function.
| Field Summary |
| Fields inherited from class de.unidu.is.util.Function |
parameters |
| Constructor Summary | |
LogFunction()
|
|
| Method Summary | |
double |
apply(double x)
Apply the value x onto the function, and return the
function value. |
java.lang.String |
getFunction()
Returns the function in its textual representation. |
java.lang.String[] |
getParameterNames()
Returns the parameter names which can be learned. |
| Methods inherited from class de.unidu.is.util.LearnableFunction |
learn |
| Methods inherited from class de.unidu.is.util.Function |
getParameter, getParameters, init, setParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogFunction()
| Method Detail |
public double apply(double x)
Functionx onto the function, and return the
function value.
apply in class Functionx - value to apply
public java.lang.String[] getParameterNames()
LearnableFunction
getParameterNames in class LearnableFunctionpublic java.lang.String getFunction()
LearnableFunction
getFunction in class LearnableFunction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||