MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.db.image.LabelBoostDescriptor Class Reference

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...
 

Detailed Description

The LabelBoostDescriptor class describes a label boost.

Definition at line 2651 of file DatasetFactory.cs.

Constructor & Destructor Documentation

◆ LabelBoostDescriptor()

MyCaffe.db.image.LabelBoostDescriptor.LabelBoostDescriptor ( int  nLabel,
double  dfBoost 
)

The LabelBoostDescriptor constructor.

Parameters
nLabelSpecifies the label.
dfBoostSpecifies the boost.

Definition at line 2661 of file DatasetFactory.cs.

Property Documentation

◆ Boost

double MyCaffe.db.image.LabelBoostDescriptor.Boost
get

Returns the boost.

Definition at line 2678 of file DatasetFactory.cs.

◆ Label

int MyCaffe.db.image.LabelBoostDescriptor.Label
get

Returns the label.

Definition at line 2670 of file DatasetFactory.cs.


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