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, getNumberOfMapsaddNeuron, addNeuron, calculate, getLabel, getNeuronAt, getNeurons, getParentNetwork, indexOf, initializeWeights, isEmpty, iterator, removeAllNeurons, removeNeuron, removeNeuronAt, reset, setLabel, setNeuron, setParentNetworkclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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)
FeatureMapsLayerconnectMaps in class FeatureMapsLayerCopyright © 2019 Neuroph Project. All rights reserved.