The ClassifyPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Classes | Gets the class item collection. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| Images | Gets the image item collection. | |
| LabeledImages | Gets the ClassifyTrainItemCollection. | |
| PredictedResults | The predicted results. Results from running the pattern on the unlabeled images. | |
| Region | Get Gets the rectangular region indicating the portion of the images that will be used for classification. A null Region indicates that the entire image will be used for classification. | |
| SelectedLabeledImage | Get Gets the selected labeled image index. | |
| SelectedUnlabeledImage | Get Gets the selected unlabeled image index. | |
| Trained | This property reflects the trained state of the pattern. | |
| TrainResult | The train result. The train result holds the model health of the trained pattern as well as the trained Labels (a StringCollection of label ids) and the train items' result. | |
| UnlabeledImages | Gets the image ids that are not labeled (not used in the ClassifyTrainItemCollection). |