MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.extras.OctavesCollection Class Reference

The OctavesCollection manages a list of Octaves. More...

Inheritance diagram for MyCaffe.extras.OctavesCollection:

Public Member Functions

 OctavesCollection ()
 The constructor. More...
 
void Add (Octaves o)
 Adds a new Octaves to the collection. More...
 
bool Remove (Octaves o)
 Removes an Octaves from the collection. More...
 
void RemoveAt (int nIdx)
 Removes an Octaves at a given index in the collection. More...
 
void Clear ()
 Removes all Octaves from the collection. More...
 
IEnumerator< OctavesGetEnumerator ()
 Returns the enumerator for the collection. More...
 

Properties

int Count [get]
 The number of Octaves in the collection. More...
 
Octaves this[int nIdx] [get]
 Returns the Octaves at an index within the collection. More...
 

Detailed Description

The OctavesCollection manages a list of Octaves.

Definition at line 744 of file DeepDraw.cs.

Constructor & Destructor Documentation

◆ OctavesCollection()

MyCaffe.extras.OctavesCollection.OctavesCollection ( )

The constructor.

Definition at line 751 of file DeepDraw.cs.

Member Function Documentation

◆ Add()

void MyCaffe.extras.OctavesCollection.Add ( Octaves  o)

Adds a new Octaves to the collection.

Parameters
o

Definition at line 777 of file DeepDraw.cs.

◆ Clear()

void MyCaffe.extras.OctavesCollection.Clear ( )

Removes all Octaves from the collection.

Definition at line 804 of file DeepDraw.cs.

◆ GetEnumerator()

IEnumerator< Octaves > MyCaffe.extras.OctavesCollection.GetEnumerator ( )

Returns the enumerator for the collection.

Returns
The Octaves enumerator is returned.

Definition at line 813 of file DeepDraw.cs.

◆ Remove()

bool MyCaffe.extras.OctavesCollection.Remove ( Octaves  o)

Removes an Octaves from the collection.

Parameters
oSpecifies the Octaves to remove.
Returns
If the Octaves is found and removed, true is returned, otherwise false is returned.

Definition at line 787 of file DeepDraw.cs.

◆ RemoveAt()

void MyCaffe.extras.OctavesCollection.RemoveAt ( int  nIdx)

Removes an Octaves at a given index in the collection.

Parameters
nIdxSpecifies the index.

Definition at line 796 of file DeepDraw.cs.

Property Documentation

◆ Count

int MyCaffe.extras.OctavesCollection.Count
get

The number of Octaves in the collection.

Definition at line 758 of file DeepDraw.cs.

◆ this[int nIdx]

Octaves MyCaffe.extras.OctavesCollection.this[int nIdx]
get

Returns the Octaves at an index within the collection.

Parameters
nIdx
Returns

Definition at line 768 of file DeepDraw.cs.


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