![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The LabelDescriptor class describes a single label. More...
Public Member Functions | |
| LabelDescriptor (int nLabel, int nActiveLabel, string strName, int nImageCount) | |
| The LabelDescriptor constructor. More... | |
| LabelDescriptor (LabelDescriptor l) | |
| The LabelDescriptor constructor. More... | |
| override string | ToString () |
| Creates the string representation of the descriptor. More... | |
Properties | |
| int | Label [get] |
| Specifies the original label More... | |
| int | ActiveLabel [get] |
| Specifies the active label (used during training). More... | |
| string | Name [get] |
| Specifies the label name. More... | |
| int | ImageCount [getset] |
| Specifies the number of images under this label. More... | |
The LabelDescriptor class describes a single label.
Definition at line 13 of file LabelDescriptor.cs.
| MyCaffe.basecode.descriptors.LabelDescriptor.LabelDescriptor | ( | int | nLabel, |
| int | nActiveLabel, | ||
| string | strName, | ||
| int | nImageCount | ||
| ) |
The LabelDescriptor constructor.
| nLabel | Specifies the original label. |
| nActiveLabel | Specifies the active label (used during training). |
| strName | Specifies the label name. |
| nImageCount | Specifies the number of images under this label. |
Definition at line 27 of file LabelDescriptor.cs.
| MyCaffe.basecode.descriptors.LabelDescriptor.LabelDescriptor | ( | LabelDescriptor | l | ) |
The LabelDescriptor constructor.
| l | Specifies another LabelDescriptor used to create this one. |
Definition at line 39 of file LabelDescriptor.cs.
| override string MyCaffe.basecode.descriptors.LabelDescriptor.ToString | ( | ) |
Creates the string representation of the descriptor.
Definition at line 81 of file LabelDescriptor.cs.
|
get |
Specifies the active label (used during training).
Definition at line 55 of file LabelDescriptor.cs.
|
getset |
Specifies the number of images under this label.
Definition at line 71 of file LabelDescriptor.cs.
|
get |
Specifies the original label
Definition at line 47 of file LabelDescriptor.cs.
|
get |
Specifies the label name.
Definition at line 63 of file LabelDescriptor.cs.