Package one.empty3.neuralnetwork
Class Layer<T extends Neuron>
java.lang.Object
one.empty3.neuralnetwork.Layer<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getSize()
void
setDimensions
(int dimensions) void
setLengthX
(int lengthX) void
setNeurons
(StructureMatrix<T> neurons) void
setSize
(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)
-