MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
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... | |
The SimpleTemporalDatumCollection manages a collection of SimpleTemporalDatum objects.
Definition at line 90 of file SimpleDatum.cs.
MyCaffe.basecode.SimpleTemporalDatumCollection.SimpleTemporalDatumCollection | ( | int | nCapacity | ) |
The constructor.
Definition at line 97 of file SimpleDatum.cs.
void MyCaffe.basecode.SimpleTemporalDatumCollection.Add | ( | SimpleDatum | sd | ) |
Add a new datum to the collection (must support the RealDataF data);
sd | Specifies the datum to add. |
Definition at line 106 of file SimpleDatum.cs.
void MyCaffe.basecode.SimpleTemporalDatumCollection.Clear | ( | ) |
Clear all items from the list.
Definition at line 150 of file SimpleDatum.cs.
|
get |
Returns the number of items in the collection.
Definition at line 132 of file SimpleDatum.cs.
|
get |
Get/set an item within the collection.
nIdx | Specifies the index of the item. |
Definition at line 142 of file SimpleDatum.cs.