Share via


TrainerInputBaseWithWeight Třída

Definice

Základní třída pro všechny vstupy trenéra, které podporují sloupec hmotnosti.

public abstract class TrainerInputBaseWithWeight : Microsoft.ML.Trainers.TrainerInputBaseWithLabel
type TrainerInputBaseWithWeight = class
    inherit TrainerInputBaseWithLabel
Public MustInherit Class TrainerInputBaseWithWeight
Inherits TrainerInputBaseWithLabel
Dědičnost
Odvozené

Pole

ExampleWeightColumnName

Sloupec, který se má použít například pro tloušťku.

FeatureColumnName

Sloupec, který se má použít pro funkce.

(Zděděno od TrainerInputBase)
LabelColumnName

Sloupec, který se má použít pro popisky.

(Zděděno od TrainerInputBaseWithLabel)

Platí pro