Udostępnij za pośrednictwem


TrainerInputBaseWithGroupId Klasa

Definicja

Klasa bazowa dla wszystkich danych wejściowych trenera, które obsługują kolumnę grupy.

public abstract class TrainerInputBaseWithGroupId : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
type TrainerInputBaseWithGroupId = class
    inherit TrainerInputBaseWithWeight
Public MustInherit Class TrainerInputBaseWithGroupId
Inherits TrainerInputBaseWithWeight
Dziedziczenie
Pochodne

Pola

ExampleWeightColumnName

Kolumna do użycia na przykład wagi.

(Odziedziczone po TrainerInputBaseWithWeight)
FeatureColumnName

Kolumna do użycia dla funkcji.

(Odziedziczone po TrainerInputBase)
LabelColumnName

Kolumna do użycia dla etykiet.

(Odziedziczone po TrainerInputBaseWithLabel)
RowGroupColumnName

Kolumna do użycia na przykład groupId.

Dotyczy