/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.plugin.neural.brainz; /** * * @author seh */ public interface AbstractNeuron { public double getOutput(); }