public class ConvolutionalUtils extends Object
Constructor and Description |
---|
ConvolutionalUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
connectFeatureMaps(FeatureMapsLayer fromLayer,
FeatureMapsLayer toLayer,
int fromFeatureMapIndex,
int toFeatureMapIndex)
Creates connections between two feature maps - not used???
|
static void |
fullConnectMapLayers(FeatureMapsLayer fromLayer,
FeatureMapsLayer toLayer)
Creates full connectivity between feature maps in two layers
|
public static void fullConnectMapLayers(FeatureMapsLayer fromLayer, FeatureMapsLayer toLayer)
fromLayer
- from feature maps layertoLayer
- to feature maps layerpublic static void connectFeatureMaps(FeatureMapsLayer fromLayer, FeatureMapsLayer toLayer, int fromFeatureMapIndex, int toFeatureMapIndex)
fromLayer
- parent layer for from feature maptoLayer
- parent layer for to feature mapfromFeatureMapIndex
- index of from feature maptoFeatureMapIndex
- index of to feature mapCopyright © 2019 Neuroph Project. All rights reserved.