TrainCatalogBase.CatalogInstantiatorBase Class

Definition

Subclasses of Microsoft.ML.TrainContext will provide little "extension method" hookable objects (for example, something like Trainers). User code will only interact with these objects by invoking the extension methods. The actual component code can work through Microsoft.ML.Data.CatalogUtils to get more "hidden" information from this object, for example, the environment.

public abstract class TrainCatalogBase.CatalogInstantiatorBase
type TrainCatalogBase.CatalogInstantiatorBase = class
Public MustInherit Class TrainCatalogBase.CatalogInstantiatorBase
Inheritance
TrainCatalogBase.CatalogInstantiatorBase
Derived

Applies to