MLEdgeModel
class NatML.MLEdgeModel : MLModel
Creating the Model
From NatML Hub
/// <summary>
/// Create an edge ML model.
/// </summary>
/// <param name="tagOrPath">Predictor tag or path to model file.</param>
/// <param name="configuration">Optional model configuration.</param>
/// <param name="accessKey">NatML access key.</param>
static Task<MLEdgeModel> Create (string tagOrPath, Configuration configuration = null, string accessKey = null);From a Model File
From Model Data
Inspecting Feature Types
Input Features
Output Features
Inspecting Metadata
Inspecting Classification Labels
Inspecting Feature Normalization
Normalization
Inspecting the Aspect Mode
Inspecting the Audio Format
Audio Format
Making Predictions
Disposing the Model
Embedding the Model
Last updated