public class Synapse extends Object implements Comparable<Synapse>
Integer
deactivationCount
Neuron
input
output
int
posDelta
float
w
Synapse(Neuron input)
Synapse(Neuron input, int posDelta)
Synapse(Neuron input, int posDelta, Integer deactivationCount)
compareTo(Synapse s)
InputNode
getRefinement()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Neuron input
public Neuron output
public int posDelta
public Integer deactivationCount
public float w
public Synapse(Neuron input)
public Synapse(Neuron input, int posDelta)
public Synapse(Neuron input, int posDelta, Integer deactivationCount)
public InputNode getRefinement()
public int compareTo(Synapse s)
compareTo
Comparable<Synapse>
public String toString()
toString
Object
Copyright © 2016. All rights reserved.