MLModel
. For example, you will use a lot of image features when working with vision models. NatML has built-in support for common features that might be used with ML models, including Texture2D
and WebCamTexture
instances:MLFeature
has a corresponding MLFeatureType
. This type describes the feature and data that is contained within it. Similarly, every MLModel
has a set of input and output feature types, describing what data the model can consume and produce, respectively.string
) along with a classification score (float
):