Package | Description |
---|---|
org.neuroph.nnet.comp.layer |
Provides various specific layer types
|
Modifier and Type | Method and Description |
---|---|
FeatureMapLayer |
FeatureMapsLayer.getFeatureMap(int index)
Returns feature map (Layer2D) at specified index
|
Modifier and Type | Method and Description |
---|---|
List<FeatureMapLayer> |
FeatureMapsLayer.getFeatureMaps() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureMapsLayer.addFeatureMap(FeatureMapLayer featureMap)
Adds a feature map (2d layer) to this feature map layer
|
void |
PoolingLayer.connectMaps(FeatureMapLayer fromMap,
FeatureMapLayer toMap)
Creates connections with shared weights between two feature maps
Assumes that toMap is from Pooling layer.
|
void |
InputMapsLayer.connectMaps(FeatureMapLayer fromMap,
FeatureMapLayer toMap) |
abstract void |
FeatureMapsLayer.connectMaps(FeatureMapLayer fromMap,
FeatureMapLayer toMap)
Creates connections between two feature maps.
|
void |
ConvolutionalLayer.connectMaps(FeatureMapLayer fromMap,
FeatureMapLayer toMap)
Creates connections with shared weights between two feature maps Assumes
that toMap is from Convolutional layer.
|
Copyright © 2019 Neuroph Project. All rights reserved.