public interface ISynthesiser extends IThinker, IParameterised
| Modifier and Type | Method and Description |
|---|---|
ISynthesiser |
clone()
Creates a clone of a module, including a deep copy of any mutable state.
|
void |
generate(mikera.vectorz.AVector input,
mikera.vectorz.AVector output) |
void |
trainSynth(mikera.vectorz.AVector input) |
getOutputLengthgetInputLengthgetComponentsgetGradient, getParameterLength, getParametersvoid generate(mikera.vectorz.AVector input,
mikera.vectorz.AVector output)
void trainSynth(mikera.vectorz.AVector input)
ISynthesiser clone()
IModuleCopyright © 2013. All Rights Reserved.