| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.network | |
| org.aika.network.neuron | |
| org.aika.network.neuron.simple.lattice |
| Modifier and Type | Field and Description |
|---|---|
Document |
Range.doc |
Document |
Option.doc |
| Modifier and Type | Method and Description |
|---|---|
static Document |
Document.create(String content) |
| Modifier and Type | Method and Description |
|---|---|
static Option |
Option.add(Document doc,
boolean nonConflicting,
Option... input) |
static Range |
Range.add(Document doc,
Range... input) |
static Option |
Option.addPrimitive(Document doc,
int pos) |
static void |
ExpandNode.computeSelectedOption(Document doc) |
static Range |
Range.create(Document doc,
int[] pos) |
static Option |
Option.create(Document doc,
Integer... ids) |
static Range |
Range.create(Document doc,
int a,
int b) |
static Range |
Range.create(Document doc,
List<int[]> r) |
| Constructor and Description |
|---|
Option(Document doc,
boolean inv,
int primId,
int id,
int minPos,
int maxPos,
int length) |
| Modifier and Type | Field and Description |
|---|---|
Document |
Iteration.doc |
| Modifier and Type | Method and Description |
|---|---|
String |
Model.networkStateToString(Document doc,
boolean allOrOnlySelectedOptions,
boolean withWeights) |
Iteration |
Model.startIteration(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Activation> |
Node.getSelectedActivations(Document doc) |
String |
Activation.toString(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static TreeMap<Range,Set<Conflicts.Key>> |
NegativeInputNode.getNegationSegments(Document doc,
Set<NegativeInputNode> nn,
Range r) |
Copyright © 2016. All rights reserved.