FeatureExtractorFunction
FeatureExtractorFunction[…] represents a feature extractor function generated by FeatureExtraction.
Examples
(* Create a feature extractor function *)
extractor = FeatureExtraction[{img1, img2, img3}]
(* Apply it to new data *)
extractor[newImage]
(* Apply to multiple examples *)
extractor[{img4, img5, img6}]
(* Get properties *)
extractor["FeatureTypes"]Please visit the official Wolfram Language Reference for more details.