TrainerInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
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 |