MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The MyCaffeGymControl displays the actual Gym visualizations. More...
Public Member Functions | |
MyCaffeGymControl () | |
The constructor. More... | |
void | DeleteRecordingData () |
Delete any recording data that exists. More... | |
void | Render (string strName, Image bmp) |
Renders the Gym visualization. More... | |
void | Render (bool bShowUi, string strName, double[] rgData, Image bmp) |
Renders the Gym visualizations. More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
bool | EnableRecording [getset] |
Enable or disable recording. When recording is enabled, each image is saved to the recording folder. More... | |
List< Exception > | LoadErrors [get] |
Returns any load errors that may have occured while loading the gyms. More... | |
string | GymName [get] |
Returns the GymName. More... | |
bool | HasRecordingData [get] |
Returns whether or not the Gym has any recording data. More... | |
The MyCaffeGymControl displays the actual Gym visualizations.
Definition at line 25 of file MyCaffeGymControl.cs.
MyCaffe.gym.MyCaffeGymControl.MyCaffeGymControl | ( | ) |
The constructor.
Definition at line 38 of file MyCaffeGymControl.cs.
void MyCaffe.gym.MyCaffeGymControl.DeleteRecordingData | ( | ) |
Delete any recording data that exists.
Definition at line 115 of file MyCaffeGymControl.cs.
|
protected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file MyCaffeGymControl.Designer.cs.
void MyCaffe.gym.MyCaffeGymControl.Render | ( | bool | bShowUi, |
string | strName, | ||
double[] | rgData, | ||
Image | bmp | ||
) |
Renders the Gym visualizations.
bShowUi | Specifies whether or not to render for the user interface. |
strName | Specifies the Gym name. |
rgData | Specifies the Gym data. |
bmp | Specifies the Gym image to use. |
Definition at line 153 of file MyCaffeGymControl.cs.
void MyCaffe.gym.MyCaffeGymControl.Render | ( | string | strName, |
Image | bmp | ||
) |
Renders the Gym visualization.
strName | Specifies the Gym Name. |
bmp | Specifies the Gym image to visualize. |
Definition at line 135 of file MyCaffeGymControl.cs.
|
getset |
Enable or disable recording. When recording is enabled, each image is saved to the recording folder.
The recording folder is located in the My Documents folder under MyDocuments\MyCaffe\gym\recordings.
Definition at line 51 of file MyCaffeGymControl.cs.
|
get |
Returns the GymName.
Definition at line 68 of file MyCaffeGymControl.cs.
|
get |
Returns whether or not the Gym has any recording data.
Definition at line 98 of file MyCaffeGymControl.cs.
|
get |
Returns any load errors that may have occured while loading the gyms.
Definition at line 60 of file MyCaffeGymControl.cs.