+ inputs[7]);
Neuron neuron = new Neuron(0.0, 0.0, 0.0005, 0, 0, inputs, null, null,
null);
neuron = javasim.Simulator.simulate(neuron);
CompressedNeuron c = CompressNeuron.compressNeuron(neuron);
f.setNeuron(neuron);
f.setCompressedNeuron(c);
w.setVisible(true);
}