public final class LatticeQueue extends Object
| Modifier and Type | Field and Description |
|---|---|
TreeMap<Activation,org.aika.network.neuron.lattice.LatticeQueue.Change> |
queue |
| Constructor and Description |
|---|
LatticeQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
addModification(Activation act,
boolean addRemove,
boolean mode,
Option conflict) |
void |
processChanges(Iteration t,
boolean train) |
public final TreeMap<Activation,org.aika.network.neuron.lattice.LatticeQueue.Change> queue
public void addModification(Activation act, boolean addRemove, boolean mode, Option conflict)
public void processChanges(Iteration t, boolean train)
Copyright © 2016. All rights reserved.