public class WeightUpdate extends AlgorithmFiveSources
Algorithm.EdgeDirection| Modifier and Type | Field and Description |
|---|---|
static String |
CONTACTDEVIATION |
static String |
ETA |
static String |
INPUT |
static String |
SAMPLEWEIGHT |
static String |
WEIGHT |
SOURCE1, SOURCE2, SOURCE3, SOURCE4, SOURCE5, TARGETALGORITHMARRAY, COMPRESSED, DECOMPRESSED, DIFFERENCE, DIMENSION, HASH, IGNORENAN, PREDICTED, RMSE, SOURCEDESCRIPTION| Constructor and Description |
|---|
WeightUpdate(MultiLayerNetwork.BiasType biasType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
calculateObjects(Map<String,Object> matrices) |
double |
getLearningRate() |
void |
setContactDeviationVariable(Variable v) |
void |
setInputVariable(Variable v) |
void |
setLayer(int nr) |
void |
setLearningRate(double v) |
void |
setSampleWeight(double v) |
void |
setWeightVariable(Variable v) |
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 ETA
public static final String CONTACTDEVIATION
public static final String INPUT
public static final String SAMPLEWEIGHT
public WeightUpdate(MultiLayerNetwork.BiasType biasType)
public void setLearningRate(double v)
public double getLearningRate()
public void setSampleWeight(double v)
public Map<String,Object> calculateObjects(Map<String,Object> matrices)
calculateObjects in interface AlgorithmcalculateObjects in class AbstractAlgorithmpublic void setWeightVariable(Variable v)
public void setInputVariable(Variable v)
public void setContactDeviationVariable(Variable v)
public void setLayer(int nr)
Copyright © 2015 Java Data Mining Package. All rights reserved.