ActiveClassificationObject
ActiveClassificationObject[...] represents the result of an ActiveClassification process.
Examples
Create an active classification object and query its properties:
obj = ActiveClassification[If[# > 0.5, "A", "B"] &, {0.1, 0.9}];
obj["TrainingExamples"]Please visit the official Wolfram Language Reference for more details.