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

The SimpleTemporalDatum is used to return temporal data More...

Public Member Functions

 SimpleTemporalDatum (int nChannels, int nWidth, int nHeight, float[] rgData)
 The constructor. More...
 

Properties

float[] Data [getset]
 Get/set the data which is of length (Channels * Width * Height). More...
 
int ItemCount [get]
 Returns the number of items in the data. More...
 
int Channels [get]
 Get the data channels. More...
 
int Width [get]
 Get the data width. More...
 
int Height [get]
 Get the data height. More...
 

Detailed Description

The SimpleTemporalDatum is used to return temporal data

Definition at line 19 of file SimpleDatum.cs.

Constructor & Destructor Documentation

◆ SimpleTemporalDatum()

MyCaffe.basecode.SimpleTemporalDatum.SimpleTemporalDatum ( int  nChannels,
int  nWidth,
int  nHeight,
float[]  rgData 
)

The constructor.

Parameters
nChannelsSpecifies the channels in the data.
nWidthSpecifies the width of the data.
nHeightSpecifies the height of the data.
rgDataSpecifies the data.

Definition at line 33 of file SimpleDatum.cs.

Property Documentation

◆ Channels

int MyCaffe.basecode.SimpleTemporalDatum.Channels
get

Get the data channels.

Definition at line 64 of file SimpleDatum.cs.

◆ Data

float [] MyCaffe.basecode.SimpleTemporalDatum.Data
getset

Get/set the data which is of length (Channels * Width * Height).

Definition at line 44 of file SimpleDatum.cs.

◆ Height

int MyCaffe.basecode.SimpleTemporalDatum.Height
get

Get the data height.

Definition at line 80 of file SimpleDatum.cs.

◆ ItemCount

int MyCaffe.basecode.SimpleTemporalDatum.ItemCount
get

Returns the number of items in the data.

Definition at line 53 of file SimpleDatum.cs.

◆ Width

int MyCaffe.basecode.SimpleTemporalDatum.Width
get

Get the data width.

Definition at line 72 of file SimpleDatum.cs.


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