|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectlearningFactorFunctional.ConstantFunctionalFactor
public class ConstantFunctionalFactor
Constant Function factor. Return constant value indpenend of the iteration number
| Constructor Summary | |
|---|---|
ConstantFunctionalFactor(double constant)
Creates a new instance of ConstatnFunctionalModel |
|
| Method Summary | |
|---|---|
double[] |
getParameters()
Return array containing parameter |
double |
getValue(int k)
Return function value for specified iteratnion. |
void |
setParameters(double[] parameters)
Set parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstantFunctionalFactor(double constant)
constant - constant value| Method Detail |
|---|
public double[] getParameters()
getParameters in interface LearningFactorFunctionalModelpublic void setParameters(double[] parameters)
setParameters in interface LearningFactorFunctionalModelparameters - constat valuepublic 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 | |||||||||