| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Node |
Activation.Key.n |
| Modifier and Type | Field and Description |
|---|---|
TreeSet<Node> |
Iteration.activatedNodes |
TreeSet<Node> |
Iteration.activatedNodesForTraining |
TreeSet<Node> |
Iteration.addedNodes |
Map<Integer,Node> |
Model.initialNodes |
TreeSet<Node> |
Iteration.Queue.queue |
| Modifier and Type | Method and Description |
|---|---|
void |
Iteration.Queue.add(Node n) |
boolean |
Activation.filter(Node n,
Integer rid,
Range r,
Range.Relation rr,
Option o,
Option.Relation or) |
static Activation |
Activation.get(Iteration t,
Node n,
Activation.Key ak) |
static Activation |
Activation.get(Iteration t,
Node n,
Integer rid,
Range r,
Range.Relation rr,
Option o,
Option.Relation or) |
static Activation |
Activation.getNextSignal(Node n,
Iteration t,
int from,
Integer rid,
Option o,
boolean dir,
boolean inv) |
static Stream<Activation> |
Activation.select(Iteration t,
Node n,
Integer rid,
Range r,
Range.Relation rr,
Option o,
Option.Relation or) |
| Constructor and Description |
|---|
Activation(Node n,
Range pos,
Integer rid,
Option o) |
Key(Node n,
Range r,
Integer rid,
Option o) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Activation> |
Range.Relation.getActivations(Iteration t,
Node n,
Integer rid,
Range r,
Option o,
Option.Relation or) |
Stream<Activation> |
Range.SynapseRangeMatcher.getActivations(Iteration t,
Node n,
Integer rid,
Range r,
Option o,
Option.Relation or) |
Stream<Activation> |
Range.BeginEndMatcher.getActivations(Iteration t,
Node n,
Integer rid,
Range r,
Option o,
Option.Relation or) |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode |
class |
InputNode |
class |
OrNode |
| Modifier and Type | Field and Description |
|---|---|
Node |
OrNode.OrEntry.node |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<Integer,TreeSet<Node>> |
OrNode.parents |
SortedMap<AndNode.Refinement,Node> |
AndNode.parents |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.read(DataInput in,
Iteration t) |
| Modifier and Type | Method and Description |
|---|---|
static SortedMap<AndNode.Refinement,Node> |
AndNode.computeNextLevelParents(Iteration t,
Node pa,
AndNode.Refinement ref,
boolean discoverPatterns) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrNode.addInput(Iteration t,
Integer ridOffset,
Node in) |
static int |
Node.compare(Node a,
Node b) |
int |
Node.compareTo(Node n) |
static SortedMap<AndNode.Refinement,Node> |
AndNode.computeNextLevelParents(Iteration t,
Node pa,
AndNode.Refinement ref,
boolean discoverPatterns) |
static AndNode |
AndNode.createNextLevelNode(Iteration t,
Node n,
AndNode.Refinement ref,
boolean discoverPatterns) |
static void |
OrNode.processCandidate(Iteration t,
Node parentNode,
Activation inputAct,
boolean train) |
void |
OrNode.removeInput(Iteration t,
Integer ridOffset,
Node in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Node.computeAndParents(Iteration t,
Integer offset,
SortedSet<AndNode.Refinement> inputs,
Map<AndNode.Refinement,Node> parents,
boolean discoverPatterns,
long v) |
| Constructor and Description |
|---|
OrEntry(Integer ridOffset,
Node node) |
ReverseAndRefinement(Node n,
Integer a,
Integer b) |
RSKey(Node pa,
Integer offset) |
| Constructor and Description |
|---|
AndNode(Iteration t,
int level,
SortedMap<AndNode.Refinement,Node> parents) |
| Modifier and Type | Field and Description |
|---|---|
Node |
Neuron.node |
Copyright © 2017. All rights reserved.