MLOptions Class

Definition

Provides options for ML.NET objects.

public class MLOptions
type MLOptions = class
Public Class MLOptions
Inheritance
MLOptions

Constructors

MLOptions()

Initializes a new instance of MLOptions.

Properties

MLContext

The MLContext which all the ML.NET operations happen.

Applies to