|
Visualisierung 2 CNN
|
Singleton for handling global behaviour. More...
Public Member Functions | |
| void | SetExpansion (float center, float width) |
| void | SetBrightness (float value) |
| void | SetEpoch (int epoch) |
| List< Layer > | GetAllLayersOrdered () |
| Returns all layers in scene ordered. More... | |
| List< Layer > | GetAllLayersUnOrdered () |
| Returns Layers in scene unordered. More... | |
| List< ConvLayer > | GetAllConvLayers () |
| Gets all convolutional layers in the scene. More... | |
| void | SetFullResHeight (float height) |
| Globally sets the y position of the full res filter view. More... | |
| void | SetFullResDisplay (bool value) |
Public Attributes | |
| Dictionary< int, string > | predPerEpoch = new Dictionary<int, string>() |
Properties | |
| static GlobalManager | Instance [get] |
| Return singleton instance More... | |
Singleton for handling global behaviour.
| List<ConvLayer> GlobalManager.GetAllConvLayers | ( | ) |
Gets all convolutional layers in the scene.
| List<Layer> GlobalManager.GetAllLayersOrdered | ( | ) |
Returns all layers in scene ordered.
| List<Layer> GlobalManager.GetAllLayersUnOrdered | ( | ) |
Returns Layers in scene unordered.
| void GlobalManager.SetBrightness | ( | float | value | ) |
| void GlobalManager.SetEpoch | ( | int | epoch | ) |
| void GlobalManager.SetExpansion | ( | float | center, |
| float | width | ||
| ) |
| void GlobalManager.SetFullResDisplay | ( | bool | value | ) |
| void GlobalManager.SetFullResHeight | ( | float | height | ) |
Globally sets the y position of the full res filter view.
| height |
| Dictionary<int, string> GlobalManager.predPerEpoch = new Dictionary<int, string>() |
|
staticget |
Return singleton instance