Skip navigation links
org.aika.corpus

Class Document

    • Field Detail

      • id

        public final int id
      • docIdCounter

        public static int docIdCounter
      • activationIdCounter

        public int activationIdCounter
      • APPLY_DEBUG_OUTPUT

        public static boolean APPLY_DEBUG_OUTPUT
      • OPTIMIZE_DEBUG_OUTPUT

        public static boolean OPTIMIZE_DEBUG_OUTPUT
      • TRAIN_DEBUG_OUTPUT

        public static boolean TRAIN_DEBUG_OUTPUT
      • CLEANUP_INTERVAL

        public static int CLEANUP_INTERVAL
      • interprIdCounter

        public int interprIdCounter
      • searchNodeIdCounter

        public int searchNodeIdCounter
      • selectedSearchNode

        public SearchNode selectedSearchNode
      • selectedMark

        public long selectedMark
      • threadId

        public int threadId
      • iterationId

        public long iterationId
      • interrupted

        public boolean interrupted
      • activatedNodesForTraining

        public TreeSet<Node> activatedNodesForTraining
      • activatedInputNeurons

        public TreeSet<Neuron> activatedInputNeurons
      • finallyActivatedNeurons

        public TreeSet<Neuron> finallyActivatedNeurons
      • numberOfPositionsDelta

        public static int numberOfPositionsDelta
      • debugActId

        public int debugActId
      • debugActWeight

        public double debugActWeight
      • debugOutput

        public String debugOutput
    • Constructor Detail

      • Document

        public Document(String content,
                        Model m,
                        int threadId,
                        long iterationId)
    • Method Detail

      • getContent

        public String getContent()
      • length

        public int length()
      • conflictsToString

        public String conflictsToString()
      • selectedInterpretationToString

        public String selectedInterpretationToString()
      • propagate

        public void propagate()
      • process

        public void process()
        The method process needs to be called after all the input activations have been added to the network.
      • count

        public void count()
      • train

        public void train()
      • clearActivations

        public void clearActivations()
        Removes the activations of this document from the model again.
      • changeNumberOfPositions

        public void changeNumberOfPositions(int delta)
      • networkStateToString

        public String networkStateToString(boolean withWeights)
      • networkStateToString

        public String networkStateToString(boolean neuronsOnly,
                                           boolean withWeights)

Copyright © 2017. All rights reserved.