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, iterator, removeAllNeurons, removeNeuron, removeNeuronAt, reset, setLabel, setNeuron, setParentNetwork
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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 © 2019 Neuroph Project. All rights reserved.