Class INeuron.SynapseSummary

    • Constructor Detail

      • SynapseSummary

        public SynapseSummary()
    • Method Detail

      • getPosDirSum

        public double getPosDirSum()
      • getNegDirSum

        public double getNegDirSum()
      • getNegRecSum

        public double getNegRecSum()
      • getPosRecSum

        public double getPosRecSum()
      • getPosPassiveSum

        public double getPosPassiveSum()
      • updateSynapse

        public void updateSynapse​(Synapse s)
      • commit

        public void commit()
      • write

        public void write​(DataOutput out)
                   throws IOException
        Description copied from interface: Writable
        Serialize the fields of this object to out.
        Specified by:
        write in interface Writable
        Parameters:
        out - DataOuput to serialize this object into.
        Throws:
        IOException
      • readFields

        public void readFields​(DataInput in,
                               Model m)
                        throws IOException
        Description copied from interface: Writable
        Deserialize the fields of this object from in.

        For efficiency, implementations should attempt to re-use storage in the existing object where possible.

        Specified by:
        readFields in interface Writable
        Parameters:
        in - DataInput to deseriablize this object from.
        Throws:
        IOException