45678910
import tv.floe.metronome.classification.neuralnetworks.activation.Linear; public class InputNeuron extends Neuron { public InputNeuron() { super(new WeightedSum(), new Linear()); }