![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The LabelBoostDescriptor class describes a label boost. More...
Public Member Functions | |
| LabelBoostDescriptor (int nLabel, double dfBoost) | |
| The LabelBoostDescriptor constructor. More... | |
Properties | |
| int | Label [get] |
| Returns the label. More... | |
| double | Boost [get] |
| Returns the boost. More... | |
The LabelBoostDescriptor class describes a label boost.
Definition at line 2651 of file DatasetFactory.cs.
| MyCaffe.db.image.LabelBoostDescriptor.LabelBoostDescriptor | ( | int | nLabel, |
| double | dfBoost | ||
| ) |
The LabelBoostDescriptor constructor.
| nLabel | Specifies the label. |
| dfBoost | Specifies the boost. |
Definition at line 2661 of file DatasetFactory.cs.
|
get |
Returns the boost.
Definition at line 2678 of file DatasetFactory.cs.
|
get |
Returns the label.
Definition at line 2670 of file DatasetFactory.cs.