TrainerInputBaseWithLabel Classe

Definizione

Classe di base per tutti gli input del trainer che supportano una colonna Label.

public abstract class TrainerInputBaseWithLabel : Microsoft.ML.Trainers.TrainerInputBase
type TrainerInputBaseWithLabel = class
    inherit TrainerInputBase
Public MustInherit Class TrainerInputBaseWithLabel
Inherits TrainerInputBase
Ereditarietà
TrainerInputBaseWithLabel
Derivato

Campi

FeatureColumnName

Colonna da usare per le funzionalità.

(Ereditato da TrainerInputBase)
LabelColumnName

Colonna da usare per le etichette.

Si applica a