Typed label information. More...
Inherits SampleList.ILabelInfo.
Inherited by SampleRegressionImageList.ImageRegressionLabelInfo.
Public Member Functions | |
| void | Relabel (TLabel newLabel) |
| Change the label of a class. | |
Additional Inherited Members | |
Properties inherited from SampleList.ILabelInfo | |
| int | Index [get] |
| Numeric index of the label. | |
| Type | LabelType [get] |
| Type of the label (either typeof(string) or typeof(float[])). | |
Properties inherited from SampleList.ISampleListChild | |
| SampleList | ParentList [get] |
| Object through which the native handle may be accessed. | |
Typed label information.
| TLabel |
| void Relabel | ( | TLabel | newLabel | ) |
Change the label of a class.
| newLabel | new label |