|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectlearningFactorFunctional.HiperbolicFunctionalFactor
public class HiperbolicFunctionalFactor
Hiperbolic Function describe by funtion c1/(c2 + k)
where:
c1, c2 - parameters
k - iteration number
| Constructor Summary | |
|---|---|
HiperbolicFunctionalFactor(double c1,
double c2)
Creates a new instance of HiperbolicFunctionalFactor with specified parameters c1, c2 |
|
| Method Summary | |
|---|---|
double[] |
getParameters()
Get function parameters. |
double |
getValue(int k)
Return function value for specified iteratnion. |
void |
setParameters(double[] parameters)
Set funciton parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HiperbolicFunctionalFactor(double c1,
double c2)
c1 - parameterc2 - parameter| Method Detail |
|---|
public double[] getParameters()
getParameters in interface LearningFactorFunctionalModelpublic void setParameters(double[] parameters)
setParameters in interface LearningFactorFunctionalModelparameters - array of parameterspublic double getValue(int k)
getValue in interface LearningFactorFunctionalModelk - iternetion number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||