|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectlearningFactorFunctional.GaussFunctionalFactor
public class GaussFunctionalFactor
Gauss Function Factor descibed by function exp(-(k^2))/(2*r^2))
Constructor Summary | |
---|---|
GaussFunctionalFactor()
|
Method Summary | |
---|---|
double[] |
getParameters()
Return array containing parameter r - radius |
double |
getValue(int k)
Return value calculated by function describe as exp(-(k^2))/(2*r^2)) |
void |
setParameters(double[] parameters)
Set parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GaussFunctionalFactor()
Method Detail |
---|
public double[] getParameters()
getParameters
in interface LearningFactorFunctionalModel
public void setParameters(double[] parameters)
setParameters
in interface LearningFactorFunctionalModel
parameters
- constat valuepublic double getValue(int k)
getValue
in interface LearningFactorFunctionalModel
k
- iteration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |