| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Option |
Activation.Key.o |
| Modifier and Type | Method and Description |
|---|---|
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,
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) |
| Modifier and Type | Method and Description |
|---|---|
Neuron.NormWeight |
Iteration.ValueQueue.adjustWeight(ExpandNode cand,
List<Option> changed) |
| Constructor and Description |
|---|
Activation(Node n,
Range pos,
Integer rid,
Option o) |
Key(Node n,
Range r,
Integer rid,
Option o) |
| Modifier and Type | Field and Description |
|---|---|
Option |
Document.bottom |
Option[] |
Option.children |
Option |
Conflicts.Conflict.conflict |
Option |
Option.largestCommonSubset |
static Option |
Option.MAX |
static Option |
Option.MIN |
Option |
Conflicts.Key.o |
Option[] |
Option.parents |
Option |
Conflicts.Conflict.primary |
Option |
Conflicts.Conflict.secondary |
Option |
Document.selectedOption |
| Modifier and Type | Field and Description |
|---|---|
Set<Option> |
Option.linkedByLCS |
Map<Activation,Option> |
Option.orOptions |
Set<Option> |
Option.refByOrOption |
| Modifier and Type | Method and Description |
|---|---|
static Option |
Option.add(Document doc,
boolean nonConflicting,
List<Option> inputs) |
static Option |
Option.add(Document doc,
boolean nonConflicting,
Option... input) |
static Option |
Option.addPrimitive(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static List<Option> |
ExpandNode.collectConflicts(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static Option |
Option.add(Document doc,
boolean nonConflicting,
Option... input) |
static void |
Conflicts.add(Iteration t,
Activation act,
Option primary,
Option secondary) |
static void |
Option.addLink(Option a,
Option b) |
void |
Option.addOrOption(Activation inputAct,
Option n) |
static void |
Conflicts.collectAllConflicting(Collection<Option> results,
Option n,
long v) |
static void |
Conflicts.collectDirectConflicting(Collection<Option> results,
Option n) |
static int |
Option.compare(Option oa,
Option ob) |
boolean |
Option.Relation.compare(Option a,
Option b) |
int |
Option.compareTo(Option n) |
void |
Option.computeLargestCommonSubsetIncremental(Option no) |
boolean |
ExpandNode.containedInSelectedBranch(long v,
Option n) |
boolean |
Option.contains(boolean dir,
Option n,
boolean followLCS) |
boolean |
Option.contains(Option n,
boolean followLCS) |
static ExpandNode |
ExpandNode.createCandidate(Document doc,
List<Option> changed,
ExpandNode parent,
ExpandNode selectedParent,
ExpandNode excludedParent,
Option ref,
ExpandNode.RefMarker marker) |
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) |
static void |
Conflicts.remove(Iteration t,
Activation act,
Option primary,
Option secondary) |
static void |
Option.removeLink(Option a,
Option b) |
void |
Option.removeOrOption(Activation inputAct,
Option n) |
| Modifier and Type | Method and Description |
|---|---|
static Option |
Option.add(Document doc,
boolean nonConflicting,
List<Option> inputs) |
static void |
Conflicts.collectAllConflicting(Collection<Option> results,
Option n,
long v) |
void |
Option.collectConflicts(Set<Option> conflicts,
long v) |
static void |
Conflicts.collectDirectConflicting(Collection<Option> results,
Option n) |
static void |
Option.computeRelations(List<Option> parentsResults,
List<Option> childrenResults,
List<Option> inputs) |
static void |
Option.computeRelations(List<Option> parentsResults,
List<Option> childrenResults,
List<Option> inputs) |
static void |
Option.computeRelations(List<Option> parentsResults,
List<Option> childrenResults,
List<Option> inputs) |
static ExpandNode |
ExpandNode.createCandidate(Document doc,
List<Option> changed,
ExpandNode parent,
ExpandNode selectedParent,
ExpandNode excludedParent,
Option ref,
ExpandNode.RefMarker marker) |
| Constructor and Description |
|---|
Conflict(Activation act,
Option primary,
Option secondary,
Option conflict) |
Key(Option o,
Activation act) |
| Modifier and Type | Method and Description |
|---|---|
Option |
OrNode.lookupOrOption(Iteration t,
Range r,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Node.addConflict(Iteration t,
Option io,
Option o,
Activation act,
Collection<Activation> inputActs,
long v) |
static void |
AndNode.addNextLevelActivation(Iteration t,
Activation act,
Activation secondAct,
AndNode nlp,
Option conflict) |
void |
OrNode.apply(Iteration t,
Activation act,
Option conflict) |
abstract void |
Node.apply(Iteration t,
Activation act,
Option conflict) |
void |
InputNode.apply(Iteration t,
Activation act,
Option removedConflict) |
void |
AndNode.apply(Iteration t,
Activation act,
Option removedConflict) |
boolean |
OrNode.isAllowedOption(Iteration t,
Option n,
Activation act,
long v) |
abstract boolean |
Node.isAllowedOption(Iteration t,
Option n,
Activation act,
long v) |
boolean |
InputNode.isAllowedOption(Iteration t,
Option n,
Activation act,
long v) |
boolean |
AndNode.isAllowedOption(Iteration t,
Option n,
Activation act,
long v) |
void |
OrNode.propagateAddedActivation(Iteration t,
Activation act,
Option removedConflict) |
abstract void |
Node.propagateAddedActivation(Iteration t,
Activation act,
Option conflict) |
void |
InputNode.propagateAddedActivation(Iteration t,
Activation act,
Option removedConflict) |
void |
AndNode.propagateAddedActivation(Iteration t,
Activation act,
Option removedConflict) |
static void |
Node.removeConflict(Iteration t,
Option io,
Option o,
Activation act,
Activation nAct,
long v) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputNeuron.addInput(Iteration t,
int begin,
int end,
Integer rid,
Option o) |
void |
InputNeuron.addInput(Iteration t,
int begin,
int end,
Option o) |
void |
InputNeuron.removeInput(Iteration t,
int begin,
int end,
Integer rid,
Option o) |
void |
InputNeuron.removeInput(Iteration t,
int begin,
int end,
Option o) |
Copyright © 2017. All rights reserved.