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