问题 I am working to understand CoreML. For a starter model, I've downloaded Yahoo's Open NSFW caffemodel. You give it an image, it gives you a probability score (between 0 and 1) that the image contains unsuitable content. Using coremltools , I've converted the model to a .mlmodel and brought it into my app. It appears in Xcode like so: In my app, I can successfully pass an image, and the output appears as a MLMultiArray . Where I am having trouble is understanding how to use this MLMultiArray to