| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Model |
Provider.model |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Converter.convert(Model m,
int threadId,
INeuron neuron,
Collection<Synapse> modifiedSynapses) |
void |
Writable.readFields(DataInput in,
Model m)
Deserialize the fields of this object from
in. |
| Constructor and Description |
|---|
Neuron(Model m,
INeuron n) |
Neuron(Model m,
int id) |
Provider(Model model,
int id) |
Provider(Model model,
T n) |
| Modifier and Type | Field and Description |
|---|---|
Model |
Document.model |
| Constructor and Description |
|---|
Document(int id,
String content,
Model model,
int threadId) |
| Modifier and Type | Method and Description |
|---|---|
static InputNode |
InputNode.add(Model m,
Synapse.Key key,
INeuron input) |
static SortedMap<AndNode.Refinement,Provider<? extends Node>> |
AndNode.computeNextLevelParents(Model m,
int threadId,
Node pa,
AndNode.Refinement ref,
Document.DiscoveryConfig discoveryConfig) |
static AndNode |
AndNode.createNextLevelNode(Model m,
int threadId,
Node n,
AndNode.Refinement ref,
Document.DiscoveryConfig discoveryConfig) |
static AndNode.Refinement |
AndNode.Refinement.read(DataInput in,
Model m) |
void |
OrNode.readFields(DataInput in,
Model m) |
void |
Node.readFields(DataInput in,
Model m) |
void |
InputNode.readFields(DataInput in,
Model m) |
void |
AndNode.readFields(DataInput in,
Model m) |
boolean |
AndNode.Refinement.readFields(DataInput in,
Model m) |
| Constructor and Description |
|---|
AndNode(Model m,
int level,
SortedMap<AndNode.Refinement,Provider<? extends Node>> parents) |
InputNode(Model m,
Synapse.Key key) |
Node(Model m,
int level) |
OrNode(Model m) |
| Modifier and Type | Method and Description |
|---|---|
static INeuron |
INeuron.addSynapse(Model m,
int threadId,
Neuron pn,
double biasDelta,
Synapse s) |
static Neuron |
INeuron.init(Model m,
int threadId,
Neuron pn,
double biasDelta,
Collection<Synapse> inputs) |
static Synapse |
Synapse.read(DataInput in,
Model m) |
static Synapse.Key |
Synapse.Key.read(DataInput in,
Model m) |
void |
Synapse.readFields(DataInput in,
Model m) |
void |
Synapse.Key.readFields(DataInput in,
Model m) |
void |
INeuron.readFields(DataInput in,
Model m) |
| Constructor and Description |
|---|
INeuron(Model m) |
INeuron(Model m,
String label) |
INeuron(Model m,
String label,
String outputText) |
Copyright © 2017. All rights reserved.