Visualisierung 2 CNN
GlobalManager Class Reference

Singleton for handling global behaviour. More...

Inheritance diagram for GlobalManager:

Public Member Functions

void SetExpansion (float center, float width)
 
void SetBrightness (float value)
 
void SetEpoch (int epoch)
 
List< LayerGetAllLayersOrdered ()
 Returns all layers in scene ordered. More...
 
List< LayerGetAllLayersUnOrdered ()
 Returns Layers in scene unordered. More...
 
List< ConvLayerGetAllConvLayers ()
 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...
 

Detailed Description

Singleton for handling global behaviour.

Member Function Documentation

◆ GetAllConvLayers()

List<ConvLayer> GlobalManager.GetAllConvLayers ( )

Gets all convolutional layers in the scene.

Returns

◆ GetAllLayersOrdered()

List<Layer> GlobalManager.GetAllLayersOrdered ( )

Returns all layers in scene ordered.

Returns

◆ GetAllLayersUnOrdered()

List<Layer> GlobalManager.GetAllLayersUnOrdered ( )

Returns Layers in scene unordered.

Returns

◆ SetBrightness()

void GlobalManager.SetBrightness ( float  value)

◆ SetEpoch()

void GlobalManager.SetEpoch ( int  epoch)

◆ SetExpansion()

void GlobalManager.SetExpansion ( float  center,
float  width 
)

◆ SetFullResDisplay()

void GlobalManager.SetFullResDisplay ( bool  value)

◆ SetFullResHeight()

void GlobalManager.SetFullResHeight ( float  height)

Globally sets the y position of the full res filter view.

Parameters
height

Member Data Documentation

◆ predPerEpoch

Dictionary<int, string> GlobalManager.predPerEpoch = new Dictionary<int, string>()

Property Documentation

◆ Instance

GlobalManager GlobalManager.Instance
staticget

Return singleton instance


The documentation for this class was generated from the following file: