|
Visualisierung 2 CNN
|
Class for handling the display of the full number of feature maps as squares above its convolutional layer. More...
Public Member Functions | |
| AllFeatureMapsDisplay (Vector3 position, int filterNum, float lineToGrid, Vector2 spacing) | |
| void | Update (Vector3 position, int filterNum, float lineToGrid, Vector2 spacing) |
| void | AddPolysToLists (List< Vector3 > verts, List< int > inds) |
| void | AddLinesToLists (List< Vector3 > verts, List< int > inds, Vector3[] startPoints) |
Public Attributes | |
| Vector3 | position |
| Vector2 | spacing |
| float | lineToGrid |
| int | filterNum |
Class for handling the display of the full number of feature maps as squares above its convolutional layer.
| AllFeatureMapsDisplay.AllFeatureMapsDisplay | ( | Vector3 | position, |
| int | filterNum, | ||
| float | lineToGrid, | ||
| Vector2 | spacing | ||
| ) |
| void AllFeatureMapsDisplay.AddLinesToLists | ( | List< Vector3 > | verts, |
| List< int > | inds, | ||
| Vector3 [] | startPoints | ||
| ) |
| void AllFeatureMapsDisplay.AddPolysToLists | ( | List< Vector3 > | verts, |
| List< int > | inds | ||
| ) |
| void AllFeatureMapsDisplay.Update | ( | Vector3 | position, |
| int | filterNum, | ||
| float | lineToGrid, | ||
| Vector2 | spacing | ||
| ) |
| int AllFeatureMapsDisplay.filterNum |
| float AllFeatureMapsDisplay.lineToGrid |
| Vector3 AllFeatureMapsDisplay.position |
| Vector2 AllFeatureMapsDisplay.spacing |