![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The SimpleResult class holds the result data stored in the RawImageResults table. More...
Public Member Functions | |
| SimpleResult (int nSrcID, int nIdx, DateTime dt, int nBatchCount, int nResultCount, float[] rgResult, List< Tuple< DateTime, int > > rgTarget) | |
| The constructor. More... | |
Properties | |
| int | SourceID [get] |
| Returns the source ID of the data source associated with the result. More... | |
| int | Index [get] |
| Returns the image index associated with the result. More... | |
| DateTime | TimeStamp [get] |
| Returns the time-stamp of the result. More... | |
| int | BatchCount [get] |
| Returns the number of results in the result data sets. More... | |
| int | ResultCount [get] |
| Returns the number of results in the result array. More... | |
| float[] | Result [get] |
| Returns the results. More... | |
| int[] | Target [get] |
| Returns the Target. More... | |
| List< Tuple< DateTime, int > > | FullTarget [get] |
| Returns the full target data. More... | |
The SimpleResult class holds the result data stored in the RawImageResults table.
Definition at line 13 of file SimpleResult.cs.
| MyCaffe.basecode.SimpleResult.SimpleResult | ( | int | nSrcID, |
| int | nIdx, | ||
| DateTime | dt, | ||
| int | nBatchCount, | ||
| int | nResultCount, | ||
| float[] | rgResult, | ||
| List< Tuple< DateTime, int > > | rgTarget | ||
| ) |
The constructor.
| nSrcID | Specifies the source ID of the data source associated with the results. |
| nIdx | Specifies the image index corresponding to the result. |
| dt | Specifies the time-stamp of the result. |
| nBatchCount | Specifies the number of result data sets. |
| nResultCount | Specifies the number of results in the packed rgResult data. |
| rgResult | Specifies the results. |
| rgTarget | Specifies the target data. |
Definition at line 34 of file SimpleResult.cs.
|
get |
Returns the number of results in the result data sets.
Definition at line 73 of file SimpleResult.cs.
|
get |
Returns the full target data.
Definition at line 105 of file SimpleResult.cs.
|
get |
Returns the image index associated with the result.
Definition at line 57 of file SimpleResult.cs.
|
get |
Returns the results.
Definition at line 89 of file SimpleResult.cs.
|
get |
Returns the number of results in the result array.
Definition at line 81 of file SimpleResult.cs.
|
get |
Returns the source ID of the data source associated with the result.
Definition at line 49 of file SimpleResult.cs.
|
get |
Returns the Target.
Definition at line 97 of file SimpleResult.cs.
|
get |
Returns the time-stamp of the result.
Definition at line 65 of file SimpleResult.cs.