Interface WeightedSynapse

All Known Implementing Classes:
SimpleSynapse

public interface WeightedSynapse
  • Method Summary

    Modifier and Type Method Description
    double getWeight()  
    void setWeight​(double weight)  
  • Method Details

    • getWeight

      double getWeight()
    • setWeight

      void setWeight​(double weight)