| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron | |
| org.aika.training |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Range.Relation |
Range.Relation.read(DataInput in,
Model m) |
static Range.Output |
Range.Output.read(DataInput in,
Model m) |
void |
Range.Relation.readFields(DataInput in,
Model m) |
void |
Range.Output.readFields(DataInput in,
Model m) |
| 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,
PatternDiscovery.Config config) |
static AndNode |
AndNode.createNextLevelNode(Model m,
int threadId,
Node n,
AndNode.Refinement ref,
PatternDiscovery.Config config) |
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 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) |
static boolean |
INeuron.update(Model m,
int threadId,
Neuron pn,
double biasDelta,
Collection<Synapse> modifiedSynapses) |
| Constructor and Description |
|---|
INeuron(Model m) |
INeuron(Model m,
String label) |
INeuron(Model m,
String label,
String outputText) |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
MetaNetwork.initMetaNeuron(Model m,
Neuron n,
double bias,
double metaBias,
Synapse.Builder... inputs) |
void |
NeuronStatistic.readFields(DataInput in,
Model m) |
void |
MetaSynapse.readFields(DataInput in,
Model m) |
Copyright © 2018. All rights reserved.