MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The ConvertOutputArgs is passed to the OnConvertOutput event. More...
Public Member Functions | |
ConvertOutputArgs (int nN, float[] rgOutput) | |
The constructor. More... | |
void | SetRawOutput (byte[] rgData, string type) |
Sets the raw output byte stream and type. More... | |
Properties | |
int | ResultCount [get] |
Returns the number of results. More... | |
float[] | Output [get] |
Specifies the output to convert. More... | |
string | RawType [get] |
Specifies the type of the raw output byte stream. More... | |
byte[] | RawOutput [get] |
Specifies the raw output byte stream. More... | |
The ConvertOutputArgs is passed to the OnConvertOutput event.
Definition at line 310 of file EventArgs.cs.
MyCaffe.trainers.ConvertOutputArgs.ConvertOutputArgs | ( | int | nN, |
float[] | rgOutput | ||
) |
The constructor.
nN | Specifies the number of outputs. |
rgOutput | Specifies the output to convert. |
Definition at line 322 of file EventArgs.cs.
void MyCaffe.trainers.ConvertOutputArgs.SetRawOutput | ( | byte[] | rgData, |
string | type | ||
) |
Sets the raw output byte stream and type.
rgData | Specifies the raw output byte stream. |
type | Specifies the raw output type. |
Definition at line 365 of file EventArgs.cs.
|
get |
Specifies the output to convert.
Definition at line 339 of file EventArgs.cs.
|
get |
Specifies the raw output byte stream.
Definition at line 355 of file EventArgs.cs.
|
get |
Specifies the type of the raw output byte stream.
Definition at line 347 of file EventArgs.cs.
|
get |
Returns the number of results.
Definition at line 331 of file EventArgs.cs.