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