MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.SimpleResult Class Reference

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...
 

Detailed Description

The SimpleResult class holds the result data stored in the RawImageResults table.

Definition at line 13 of file SimpleResult.cs.

Constructor & Destructor Documentation

◆ SimpleResult()

MyCaffe.basecode.SimpleResult.SimpleResult ( int  nSrcID,
int  nIdx,
DateTime  dt,
int  nBatchCount,
int  nResultCount,
float[]  rgResult,
List< Tuple< DateTime, int > >  rgTarget 
)

The constructor.

Parameters
nSrcIDSpecifies the source ID of the data source associated with the results.
nIdxSpecifies the image index corresponding to the result.
dtSpecifies the time-stamp of the result.
nBatchCountSpecifies the number of result data sets.
nResultCountSpecifies the number of results in the packed rgResult data.
rgResultSpecifies the results.
rgTargetSpecifies the target data.

Definition at line 34 of file SimpleResult.cs.

Property Documentation

◆ BatchCount

int MyCaffe.basecode.SimpleResult.BatchCount
get

Returns the number of results in the result data sets.

Definition at line 73 of file SimpleResult.cs.

◆ FullTarget

List<Tuple<DateTime, int> > MyCaffe.basecode.SimpleResult.FullTarget
get

Returns the full target data.

Definition at line 105 of file SimpleResult.cs.

◆ Index

int MyCaffe.basecode.SimpleResult.Index
get

Returns the image index associated with the result.

Definition at line 57 of file SimpleResult.cs.

◆ Result

float [] MyCaffe.basecode.SimpleResult.Result
get

Returns the results.

Definition at line 89 of file SimpleResult.cs.

◆ ResultCount

int MyCaffe.basecode.SimpleResult.ResultCount
get

Returns the number of results in the result array.

Definition at line 81 of file SimpleResult.cs.

◆ SourceID

int MyCaffe.basecode.SimpleResult.SourceID
get

Returns the source ID of the data source associated with the result.

Definition at line 49 of file SimpleResult.cs.

◆ Target

int [] MyCaffe.basecode.SimpleResult.Target
get

Returns the Target.

Definition at line 97 of file SimpleResult.cs.

◆ TimeStamp

DateTime MyCaffe.basecode.SimpleResult.TimeStamp
get

Returns the time-stamp of the result.

Definition at line 65 of file SimpleResult.cs.


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