jhpro.nnet.jknnl
Interface LearningFactorFunctionalModel
-
- All Known Implementing Classes:
- ConstantFunctionalFactor, ExponentionalFunctionFactor, GaussFunctionalFactor, HiperbolicFunctionalFactor, LinearFunctionalFactor
public interface LearningFactorFunctionalModelInterface representing learning function model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double[]getParameters()Get function parametersdoublegetValue(int k)Return function value for specified iterationvoidsetParameters(double[] parameters)Set function parameters
-
-
-
Method Detail
-
getParameters
double[] getParameters()
Get function parameters- Returns:
- Array of parameters
-
setParameters
void setParameters(double[] parameters)
Set function parameters- Parameters:
parameters- array of parameters
-
getValue
double getValue(int k)
Return function value for specified iteration- Parameters:
k- iteration- Returns:
- function value for specified iteration
-
-
DMelt 3.0 © DataMelt by jWork.ORG