public class Join extends ACompoundComponent
| Modifier and Type | Field and Description |
|---|---|
protected int |
inputLength |
protected int |
outputLength |
componentCount, components, gradient, parameters| Constructor and Description |
|---|
Join(List<? extends IComponent> comps) |
| Modifier and Type | Method and Description |
|---|---|
Join |
clone()
Creates a clone of a module, including a deep copy of any mutable state.
|
mikera.vectorz.AVector |
getInput() |
mikera.vectorz.AVector |
getInputGradient() |
mikera.vectorz.AVector |
getOutput() |
mikera.vectorz.AVector |
getOutputGradient() |
void |
thinkInternal()
Thinks within the scope of the component.
|
void |
trainGradient(mikera.vectorz.AVector gradient,
double factor)
Trains with a output gradient, incrementing inputGradient and
accumulated gradient for parameters.
|
void |
trainGradientInternal(double factor) |
getComponent, getComponents, getGradient, getParameterLength, getParametersgetInputLength, getInputState, getModules, getOutputLength, isStochastic, setInput, setOutput, think, think, thinkInternalTraining, topComponent, train, trainprotected final int inputLength
protected final int outputLength
public Join(List<? extends IComponent> comps)
public void thinkInternal()
IComponentpublic void trainGradient(mikera.vectorz.AVector gradient,
double factor)
IGradientTrainablefactor - TODOpublic void trainGradientInternal(double factor)
public mikera.vectorz.AVector getInput()
public mikera.vectorz.AVector getInputGradient()
public mikera.vectorz.AVector getOutput()
public mikera.vectorz.AVector getOutputGradient()
public Join clone()
IModuleclone in interface IComponentclone in interface IModuleclone in interface IParameterisedclone in interface IThinkerclone in interface ITrainableclone in class AComponentCopyright © 2013. All Rights Reserved.