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

The ParameterDescriptor class describes a parameter in the database. More...

Public Member Functions

 ParameterDescriptor (int nID, string strName, string strValue)
 The ParameterDescriptor constructor. More...
 
 ParameterDescriptor (ParameterDescriptor p)
 The ParameterDescriptor constructor. More...
 
virtual ParameterDescriptor Clone ()
 Creates a copy of the parameter descriptor. More...
 
override string ToString ()
 Creates the string representation of the descriptor. More...
 

Properties

int ID [get]
 Return the database ID of the item. More...
 
string Name [get]
 Return the name of the item. More...
 
string Value [getset]
 Get/set the value of the item. More...
 

Detailed Description

The ParameterDescriptor class describes a parameter in the database.

Definition at line 13 of file ParameterDescriptor.cs.

Constructor & Destructor Documentation

◆ ParameterDescriptor() [1/2]

MyCaffe.basecode.descriptors.ParameterDescriptor.ParameterDescriptor ( int  nID,
string  strName,
string  strValue 
)

The ParameterDescriptor constructor.

Parameters
nIDSpecifies the database ID of the item.
strNameSpecifies the name of the item.
strValueSpecifies the value of the item.

Definition at line 25 of file ParameterDescriptor.cs.

◆ ParameterDescriptor() [2/2]

MyCaffe.basecode.descriptors.ParameterDescriptor.ParameterDescriptor ( ParameterDescriptor  p)

The ParameterDescriptor constructor.

Parameters
pSpecifies another ParameterDescriptor used to create this one.

Definition at line 36 of file ParameterDescriptor.cs.

Member Function Documentation

◆ Clone()

virtual ParameterDescriptor MyCaffe.basecode.descriptors.ParameterDescriptor.Clone ( )
virtual

Creates a copy of the parameter descriptor.

Returns
The copy of the descriptor is returned.

Definition at line 45 of file ParameterDescriptor.cs.

◆ ToString()

override string MyCaffe.basecode.descriptors.ParameterDescriptor.ToString ( )

Creates the string representation of the descriptor.

Returns
The string representation of the descriptor is returned.

Definition at line 79 of file ParameterDescriptor.cs.

Property Documentation

◆ ID

int MyCaffe.basecode.descriptors.ParameterDescriptor.ID
get

Return the database ID of the item.

Definition at line 53 of file ParameterDescriptor.cs.

◆ Name

string MyCaffe.basecode.descriptors.ParameterDescriptor.Name
get

Return the name of the item.

Definition at line 61 of file ParameterDescriptor.cs.

◆ Value

string MyCaffe.basecode.descriptors.ParameterDescriptor.Value
getset

Get/set the value of the item.

Definition at line 69 of file ParameterDescriptor.cs.


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