| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Model |
Provider.m |
| 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 m,
int id) |
Provider(Model m,
T n) |
| Modifier and Type | Field and Description |
|---|---|
Model |
Document.m |
| Constructor and Description |
|---|
Document(String content,
Model m,
int threadId) |
| Modifier and Type | Method and Description |
|---|---|
static InputNode |
InputNode.add(Model m,
Synapse.Key key,
INeuron input) |
void |
OrNode.cleanup(Model m) |
abstract void |
Node.cleanup(Model m) |
void |
InputNode.cleanup(Model m) |
void |
AndNode.cleanup(Model m) |
void |
Node.clearActivations(Model m) |
static SortedMap<AndNode.Refinement,Provider<? extends Node>> |
AndNode.computeNextLevelParents(Model m,
int threadId,
Node pa,
AndNode.Refinement ref,
boolean discoverPatterns) |
void |
OrNode.computeNullHyp(Model m) |
abstract void |
Node.computeNullHyp(Model m) |
void |
InputNode.computeNullHyp(Model m) |
void |
AndNode.computeNullHyp(Model m) |
static AndNode |
AndNode.createNextLevelNode(Model m,
int threadId,
Node n,
AndNode.Refinement ref,
boolean discoverPatterns) |
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 bias,
Set<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,
boolean isBlocked,
boolean noTraining) |
Copyright © 2017. All rights reserved.