MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.layers.tft.LookupCollection Class Reference

The LookupCollection class contains a collection of Lookup objects. More...

Public Member Functions

 LookupCollection ()
 The constructor. More...
 
void Add (Lookup lookup)
 Adds a new lookup to the collection. More...
 
Lookup Find (string strName)
 Locates a lookup by name. More...
 

Static Public Member Functions

static LookupCollection Load (XmlNode node)
 Loads the LookupCollection from a node. More...
 

Properties

Lookup this[int nIdx] [get]
 Get a specific lookup by index. More...
 
int Count [get]
 Specifies the number of lookups in the collection. More...
 

Detailed Description

The LookupCollection class contains a collection of Lookup objects.

Definition at line 353 of file DataSchema.cs.

Constructor & Destructor Documentation

◆ LookupCollection()

MyCaffe.layers.tft.LookupCollection.LookupCollection ( )

The constructor.

Definition at line 360 of file DataSchema.cs.

Member Function Documentation

◆ Add()

void MyCaffe.layers.tft.LookupCollection.Add ( Lookup  lookup)

Adds a new lookup to the collection.

Parameters
lookupSpecifies the lookup to add.

Definition at line 387 of file DataSchema.cs.

◆ Find()

Lookup MyCaffe.layers.tft.LookupCollection.Find ( string  strName)

Locates a lookup by name.

Parameters
strNameSpecifies the lookup to find.
Returns
If found the lookup is returned, otherwise null is returned.

Definition at line 397 of file DataSchema.cs.

◆ Load()

static LookupCollection MyCaffe.layers.tft.LookupCollection.Load ( XmlNode  node)
static

Loads the LookupCollection from a node.

Parameters
nodeSpecifies the XML node containing the Lookups.
Returns
The LookupCollection is returned.

Definition at line 369 of file DataSchema.cs.

Property Documentation

◆ Count

int MyCaffe.layers.tft.LookupCollection.Count
get

Specifies the number of lookups in the collection.

Definition at line 418 of file DataSchema.cs.

◆ this[int nIdx]

Lookup MyCaffe.layers.tft.LookupCollection.this[int nIdx]
get

Get a specific lookup by index.

Parameters
nIdxSpecifies the index of the lookup.
Returns
The lookup is returned.

Definition at line 410 of file DataSchema.cs.


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