public class NetworkLayerBackward extends AbstractAlgorithm
Algorithm.EdgeDirection| Modifier and Type | Field and Description |
|---|---|
static String |
CONTACTDEVIATION |
static String |
DIMMINGFUNCTION |
static String |
INPUTDEVIATION |
static String |
NETDEVIATION |
static String |
OUTPUT |
static String |
OUTPUTDEVIATION |
static String |
RETURNINGFUNCTION |
static String |
SPLITTINGFUNCTION |
static String |
WEIGHT |
ALGORITHMARRAY, COMPRESSED, DECOMPRESSED, DIFFERENCE, DIMENSION, HASH, IGNORENAN, INPUT, PREDICTED, RMSE, SOURCE, TARGETDESCRIPTION| Constructor and Description |
|---|
NetworkLayerBackward(MultiLayerNetwork.Transfer transferFunction,
MultiLayerNetwork.BiasType biasType) |
addVariableKey, calculate, calculate, calculate, calculate, calculateObjects, calculateObjects, clear, getAlgorithmMap, getDataSetMap, getDescription, getEdgeDirection, getEdgeLabel, getId, getInputKeys, getLabel, getLabelObject, getOutputKeys, getVariableKeys, getVariableMap, setAlgorithm, setDescription, setEdgeDirection, setEdgeLabel, setId, setLabel, setVariable, setVariables, toStringclone, fireValueChanged, getCoreObjectId, getGUIObject, showGUIequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getCoreObjectIdfireValueChanged, getGUIObject, showGUIpublic static final String WEIGHT
public static final String OUTPUT
public static final String OUTPUTDEVIATION
public static final String RETURNINGFUNCTION
public static final String NETDEVIATION
public static final String SPLITTINGFUNCTION
public static final String CONTACTDEVIATION
public static final String DIMMINGFUNCTION
public static final String INPUTDEVIATION
public NetworkLayerBackward(MultiLayerNetwork.Transfer transferFunction, MultiLayerNetwork.BiasType biasType)
public Map<String,Object> calculateObjects(Map<String,Object> input)
calculateObjects in interface AlgorithmcalculateObjects in class AbstractAlgorithmpublic Variable getOutputDeviationVariable()
public void setOutputDeviationVariable(Variable v)
public Matrix getOutputDeviationMatrix()
public Algorithm getReturningFunction()
public void setReturningFunction(Algorithm a)
public Algorithm getSplittingFunction()
public void setSplittingFunction(Algorithm a)
public Algorithm getDimmingFunction()
public void setDimmingFunction(Algorithm a)
public Variable getNetDeviationVariable()
public void setNetDeviationVariable(Variable v)
public Matrix getNetDeviationMatrix()
public Variable getContactDeviationVariable()
public void setContactDeviationVariable(Variable v)
public Matrix getContactDeviationMatrix()
public Variable getInputDeviationVariable()
public void setInputDeviationVariable(Variable v)
public Matrix getInputDeviationMatrix()
public Variable getWeightVariable()
public void setWeightVariable(Variable v)
public Matrix getWeightMatrix()
public Variable getOutputVariable()
public void setOutputVariable(Variable v)
public Matrix getOutputMatrix()
public void setLayer(int nr)
Copyright © 2015 Java Data Mining Package. All rights reserved.