Information about one of the classes in a Classifier.
More...
|
| int | Index [get] |
| | Numerical index of the class.
|
| |
| string | Name [get] |
| | Name of the class.
|
| |
| bool | IsExcludedClass [get] |
| | Specified whether or not this class is currently being used as the excluded class.
|
| |
Information about one of the classes in a Classifier.
◆ Index
Numerical index of the class.
- Exceptions
-
| ObjectDisposedException | If the classifier has already been disposed |
◆ IsExcludedClass
Specified whether or not this class is currently being used as the excluded class.
- Exceptions
-
| ObjectDisposedException | If the classifier has already been disposed |
◆ Name
Name of the class.
- Exceptions
-
| ObjectDisposedException | If the classifier has already been disposed |