WLJS LogoWLJS Notebook

ClassifierMeasurementsObject

ClassifierMeasurementsObject[...] represents an object generated by ClassifierMeasurements that can be applied to properties.

Examples

Extract accuracy from a measurements object:

cm = ClassifierMeasurements[classifier, testData];
cm["Accuracy"]

Please visit the official Wolfram Language Reference for more details.

On this page