connectedFilters, filterHeight, filters, filterWidth, padHeight, padWidth, strideHeight, strideWidth| Constructor and Description |
|---|
PoolingMap(int filterWidth,
int filterHeight,
int padWidth,
int padHeight,
int strideWidth,
int strideHeight,
Neuron neuron,
Link link)
Constructs a general pooling layer.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the width x height of this map.
|
attachFilter, connect, createFilter, getFilterHeight, getFilterLink, getFilters, getFilterWidth, getPadHeight, getPadWidth, getStrideHeight, getStrideWidthclone, connect, disconnect, getDepth, getHeight, getLinkCount, getNeuron, getNeuron, getNeurons, getSize, getWidth, reset, setIOType, toXMLpublic PoolingMap(int filterWidth,
int filterHeight,
int padWidth,
int padHeight,
int strideWidth,
int strideHeight,
Neuron neuron,
Link link)
filterWidth - the width of the poolfilterHeight - the height of the poolpadWidth - 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 MaxPoolNeuron)link - the link type (if null, default MaxPoolLink)