public interface IParameterised extends IModule
| Modifier and Type | Method and Description |
|---|---|
IParameterised |
clone()
Creates a clone of a module, including a deep copy of any mutable state.
|
mikera.vectorz.AVector |
getGradient()
Return an AVector referencing the accumulated gradient in this model
|
int |
getParameterLength()
Returns the length of the parameter vector for this model
|
mikera.vectorz.AVector |
getParameters()
Return an AVector referring to the parameters in the model.
|
getModulesint getParameterLength()
mikera.vectorz.AVector getParameters()
mikera.vectorz.AVector getGradient()
IParameterised clone()
IModuleCopyright © 2014. All rights reserved.