public class InputMapsLayer extends FeatureMapsLayer
Modifier and Type | Field and Description |
---|---|
static NeuronProperties |
DEFAULT_NEURON_PROP
Default neuron properties for InputMapsLayer is InputNeuron with Linear transfer function
|
mapDimensions
Constructor and Description |
---|
InputMapsLayer(Dimension2D mapDimensions,
int mapCount)
Create InputMapsLayer with specified number of maps with specified dimensions
|
Modifier and Type | Method and Description |
---|---|
void |
connectMaps(FeatureMapLayer fromMap,
FeatureMapLayer toMap)
Creates connections between two feature maps.
|
addFeatureMap, createFeatureMaps, getFeatureMap, getFeatureMaps, getMapDimensions, getNeuronAt, getNeuronsCount, getNumberOfMaps
addNeuron, addNeuron, calculate, getLabel, getNeuronAt, getNeurons, getParentNetwork, indexOf, initializeWeights, isEmpty, removeAllNeurons, removeNeuron, removeNeuronAt, reset, setLabel, setNeuron, setParentNetwork
public static final NeuronProperties DEFAULT_NEURON_PROP
public InputMapsLayer(Dimension2D mapDimensions, int mapCount)
mapDimension
- dimensions of a single feature mapmapCount
- number of feature mapspublic void connectMaps(FeatureMapLayer fromMap, FeatureMapLayer toMap)
FeatureMapsLayer
connectMaps
in class FeatureMapsLayer
Copyright © 2017 Neuroph Project. All rights reserved.