Uses of Class
network.aika.Document
-
Packages that use Document Package Description network.aika network.aika.lattice network.aika.neuron network.aika.neuron.activation -
-
Uses of Document in network.aika
Fields in network.aika declared as Document Modifier and Type Field Description Document[]Model. docsMethods in network.aika that return Document Modifier and Type Method Description DocumentModel. createDocument(String txt)DocumentModel. createDocument(String txt, int threadId)Methods in network.aika with parameters of type Document Modifier and Type Method Description intDocument. compareTo(Document doc)LinkerModel.LinkerFactory. createLinker(Document doc)TProvider. get(Document doc) -
Uses of Document in network.aika.lattice
Fields in network.aika.lattice declared as Document Modifier and Type Field Description protected DocumentNodeActivation. docMethods in network.aika.lattice that return Document Modifier and Type Method Description DocumentNodeActivation. getDocument()Methods in network.aika.lattice with parameters of type Document Modifier and Type Method Description voidNode. clearActivations(Document doc)static booleanConverter. convert(int threadId, Document doc, INeuron neuron, Collection<Synapse> modifiedSynapses)network.aika.lattice.AndNode.RefValueInputNode. expand(int threadId, Document doc, network.aika.lattice.AndNode.Refinement ref)network.aika.lattice.AndNode.RefValueOrNode. expand(int threadId, Document doc, network.aika.lattice.AndNode.Refinement ref)Collection<A>Node. getActivations(Document doc)voidNode. postCreate(Document doc)voidNode. processChanges(Document doc)Process all added or removed activation for this logic node.voidInputNode. reprocessInputs(Document doc)abstract voidNode. reprocessInputs(Document doc)voidOrNode. reprocessInputs(Document doc)Constructors in network.aika.lattice with parameters of type Document Constructor Description NodeActivation(Document doc, T node)NodeQueue(Document doc)OrActivation(Document doc, OrNode node) -
Uses of Document in network.aika.neuron
Methods in network.aika.neuron with parameters of type Document Modifier and Type Method Description ActivationINeuron. addInput(Document doc, Activation.Builder input)Propagate an input activation into the network.ActivationNeuron. addInput(Document doc, int begin, int end)Propagate an input activation into the network.ActivationNeuron. addInput(Document doc, Activation.Builder inputAct)Propagate an input activation into the network.booleanINeuron. checkRequiredSlots(Document doc, SortedMap<Integer,Position> slots)voidINeuron. clearActivations(Document doc)static SynapseSynapse. createOrReplace(Document doc, Integer synapseId, Neuron inputNeuron, Neuron outputNeuron)ActivationNeuron. getActivation(Document doc, int begin, int end, boolean onlyFinal)Stream<Activation>INeuron. getActivations(Document doc)Stream<Activation>INeuron. getActivations(Document doc, boolean onlyFinal)Stream<Activation>INeuron. getActivations(Document doc, int slot, Position pos, boolean onlyFinal)Stream<Activation>INeuron. getActivations(Document doc, int fromSlot, Position fromPos, boolean fromInclusive, int toSlot, Position toPos, boolean toInclusive)Collection<Activation>INeuron. getActivations(Document doc, SortedMap<Integer,Position> slots)Stream<Activation>Neuron. getActivations(Document doc, boolean onlyFinal)getFinalActivationsis a convenience method to retrieve all activations of the given neuron that are part of the final interpretation.Stream<Activation>Neuron. getActivations(Document doc, int slot, Position pos, boolean onlyFinal)static NeuronNeuron. init(Document doc, Neuron n, double bias, ActivationFunction activationFunction, INeuron.Type type, Collection<Neuron.Builder> inputs)static NeuronNeuron. init(Document doc, Neuron n, double bias, ActivationFunction activationFunction, INeuron.Type type, Collection<Synapse.Builder> synapseBuilders, Collection<Relation.Builder> relationBuilders)Initializes a neuron with the given bias.static NeuronNeuron. init(Document doc, Neuron n, double bias, ActivationFunction activationFunction, INeuron.Type type, Neuron.Builder... inputs)Creates a neuron with the given bias.static NeuronNeuron. init(Document doc, Neuron n, double bias, INeuron.Type type, Neuron.Builder... inputs)Creates a neuron with the given bias.static NeuronNeuron. init(Document doc, Neuron n, Neuron.Builder... inputs)booleanINeuron. isEmpty(Document doc)ActivationINeuron. lookupActivation(Document doc, SortedMap<Integer,Position> slots, Predicate<Activation.Link> filter)intINeuron. size(Document doc)voidSynapse. update(Document doc, double weight, double bias, double limit)voidSynapse. updateDelta(Document doc, double weightDelta, double biasDelta, double limitDelta) -
Uses of Document in network.aika.neuron.activation
Methods in network.aika.neuron.activation that return Document Modifier and Type Method Description DocumentActivation. getDocument()DocumentPosition. getDocument()Methods in network.aika.neuron.activation with parameters of type Document Modifier and Type Method Description Map<Integer,Position>Activation.Builder. getSlots(Document doc)doubleValueQueue. process(Document doc, SearchNode sn)static voidSearchNode. search(Document doc, SearchNode root, long v, Long timeoutInMilliSeconds)Searches for the best interpretation for the given document.Constructors in network.aika.neuron.activation with parameters of type Document Constructor Description Activation(Document doc, INeuron neuron, Map<Integer,Position> slots)Linker(Document doc)Position(Document doc)Position(Document doc, Integer pos)SearchNode(Document doc, SearchNode selParent, SearchNode exclParent, int level)
-