Package one.empty3.neuralnetwork
Class Layer<T extends Neuron>
java.lang.Object
one.empty3.neuralnetwork.Layer<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetSize()voidsetDimensions(int dimensions) voidsetLengthX(int lengthX) voidsetNeurons(StructureMatrix<T> neurons) voidsetSize(int size)
-
Constructor Details
-
Layer
-
Layer
-
Layer
-
-
Method Details
-
getNeurons
-
setNeurons
-
getSize
public int getSize() -
setSize
public void setSize(int size) -
getLengthX
public int getLengthX() -
setLengthX
public void setLengthX(int lengthX) -
getDimensions
public int getDimensions() -
setDimensions
public void setDimensions(int dimensions)
-