TrainerInfo Class

Definition

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

public sealed class TrainerInfo
type TrainerInfo = class
Public NotInheritable 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