MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The SimpleDatumCollection holds a named array of SimpleDatums More...
Public Member Functions | |
SimpleDatumCollection (int nCount, string strName="", List< int > rgShape=null) | |
The constructor. More... | |
IEnumerator< SimpleDatum > | GetEnumerator () |
Get the enumerator for the collection. More... | |
Properties | |
object | Tag [getset] |
Get/set a user defined value. More... | |
List< int > | Shape [get] |
Returns the shape of the items within the array (including the array count as the first element). More... | |
string | Name [getset] |
Get/set the name of the array. More... | |
int | Count [get] |
Get the number of items in the array. More... | |
SimpleDatum | this[int nIdx] [getset] |
Get/set an item in the array at a specified index. More... | |
The SimpleDatumCollection holds a named array of SimpleDatums
Definition at line 2955 of file SimpleDatum.cs.
MyCaffe.basecode.SimpleDatumCollection.SimpleDatumCollection | ( | int | nCount, |
string | strName = "" , |
||
List< int > | rgShape = null |
||
) |
The constructor.
nCount | Specifies the number of items in the array. |
strName | Optionally, specifies the name of the array (default = ""). |
rgShape | Optionally, specifies the shape of the items within the array. |
Definition at line 2969 of file SimpleDatum.cs.
IEnumerator< SimpleDatum > MyCaffe.basecode.SimpleDatumCollection.GetEnumerator | ( | ) |
Get the enumerator for the collection.
Definition at line 3029 of file SimpleDatum.cs.
|
get |
Get the number of items in the array.
Definition at line 3009 of file SimpleDatum.cs.
|
getset |
Get/set the name of the array.
Definition at line 3000 of file SimpleDatum.cs.
|
get |
Returns the shape of the items within the array (including the array count as the first element).
Definition at line 2992 of file SimpleDatum.cs.
|
getset |
Get/set a user defined value.
Definition at line 2983 of file SimpleDatum.cs.
|
getset |
Get/set an item in the array at a specified index.
nIdx | Specifies the index of the item to get or set. |
Definition at line 3019 of file SimpleDatum.cs.