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

The SimpleTemporalDatumCollection manages a collection of SimpleTemporalDatum objects. More...

Public Member Functions

 SimpleTemporalDatumCollection (int nCapacity)
 The constructor. More...
 
void Add (SimpleDatum sd)
 Add a new datum to the collection (must support the RealDataF data); More...
 
void Clear ()
 Clear all items from the list. More...
 

Properties

int Count [get]
 Returns the number of items in the collection. More...
 
SimpleTemporalDatum this[int nIdx] [get]
 Get/set an item within the collection. More...
 

Detailed Description

The SimpleTemporalDatumCollection manages a collection of SimpleTemporalDatum objects.

Definition at line 90 of file SimpleDatum.cs.

Constructor & Destructor Documentation

◆ SimpleTemporalDatumCollection()

MyCaffe.basecode.SimpleTemporalDatumCollection.SimpleTemporalDatumCollection ( int  nCapacity)

The constructor.

Definition at line 97 of file SimpleDatum.cs.

Member Function Documentation

◆ Add()

void MyCaffe.basecode.SimpleTemporalDatumCollection.Add ( SimpleDatum  sd)

Add a new datum to the collection (must support the RealDataF data);

Parameters
sdSpecifies the datum to add.

Definition at line 106 of file SimpleDatum.cs.

◆ Clear()

void MyCaffe.basecode.SimpleTemporalDatumCollection.Clear ( )

Clear all items from the list.

Definition at line 150 of file SimpleDatum.cs.

Property Documentation

◆ Count

int MyCaffe.basecode.SimpleTemporalDatumCollection.Count
get

Returns the number of items in the collection.

Definition at line 132 of file SimpleDatum.cs.

◆ this[int nIdx]

SimpleTemporalDatum MyCaffe.basecode.SimpleTemporalDatumCollection.this[int nIdx]
get

Get/set an item within the collection.

Parameters
nIdxSpecifies the index of the item.
Returns
The item at the index is returned.

Definition at line 142 of file SimpleDatum.cs.


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