| Modifier and Type | Field and Description |
|---|---|
ArrayList<ArrayDeque<Activation>> |
queue |
| Constructor and Description |
|---|
ValueQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int round,
Activation act) |
INeuron.NormWeight |
adjustWeight(SearchNode cand,
List<InterprNode> changed) |
INeuron.NormWeight |
processChanges(SearchNode sn,
long v) |
void |
propagateWeight(int round,
Activation act) |
public final ArrayList<ArrayDeque<Activation>> queue
public void propagateWeight(int round,
Activation act)
public INeuron.NormWeight adjustWeight(SearchNode cand, List<InterprNode> changed)
public void add(int round,
Activation act)
public INeuron.NormWeight processChanges(SearchNode sn, long v)
Copyright © 2017. All rights reserved.