| Package | Description |
|---|---|
| org.deeplearning4j.ui.flow.beans |
| Modifier and Type | Method and Description |
|---|---|
LayerInfo |
ModelInfo.getLayerInfoByCoords(int x,
int y)
This method returns LayerInfo for specified grid coordinates
|
LayerInfo |
ModelInfo.getLayerInfoByName(String name)
This method returns LayerInfo for specified layer name
|
| Modifier and Type | Method and Description |
|---|---|
Set<LayerInfo> |
ModelInfo.getLayersByType(String layerType) |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerInfo.addConnection(LayerInfo layerInfo) |
void |
ModelInfo.addLayer(LayerInfo layer)
This method maps given layer into model coordinate space
|
Copyright © 2017. All rights reserved.