Share via


TrainerInfo Class

Definition

Characteristics of a trainer. Exposed via the Info property of each trainer.

C#
public sealed class TrainerInfo
Inheritance
TrainerInfo

Properties

NeedNormalization

Whether the trainer needs to see data in normalized form. Only non-parametric trainers will tend to return false here.

WantCaching

Whether this trainer could benefit from a cached view of the data. Trainers that have few passes over the data, or that need to build their own custom data structure over the data, will have a false here.

Applies to

Product Versions
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview