connectedFilters, filterHeight, filters, filterWidth, padHeight, padWidth, strideHeight, strideWidth| Constructor and Description |
|---|
ConvolutionMap(int filterWidth,
int filterHeight,
int padWidth,
int padHeight,
int strideWidth,
int strideHeight,
Neuron neuron,
Link link)
Constructs a general convolution layer.
|
ConvolutionMap(Map map)
Constructs a map copy.
|
| Modifier and Type | Method and Description |
|---|---|
ConvolutionMap |
clone()
Returns a semi-deep clone of this map.
|
java.lang.String |
toString()
Returns the type(width x height) of this map.
|
attachFilter, connect, createFilter, getFilterHeight, getFilterLink, getFilters, getFilterWidth, getPadHeight, getPadWidth, getStrideHeight, getStrideWidthconnect, disconnect, getDepth, getHeight, getLinkCount, getNeuron, getNeuron, getNeurons, getSize, getWidth, reset, setIOType, toXMLpublic ConvolutionMap(int filterWidth,
int filterHeight,
int padWidth,
int padHeight,
int strideWidth,
int strideHeight,
Neuron neuron,
Link link)
filterWidth - the width of the filterfilterHeight - the height of the filterpadWidth - the width of the padpadHeight - the height of the padstrideWidth - the width of the stridestrideHeight - the height of the strideneuron - the neuron type (if null, default neuron)link - the link type (if null, default link)public ConvolutionMap(Map map)
map - the map to be copiedpublic ConvolutionMap clone()