Udostępnij za pośrednictwem


LdSvmTrainer.Options Klasa

Definicja

public sealed class LdSvmTrainer.Options : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
type LdSvmTrainer.Options = class
    inherit TrainerInputBaseWithWeight
Public NotInheritable Class LdSvmTrainer.Options
Inherits TrainerInputBaseWithWeight
Dziedziczenie

Konstruktory

LdSvmTrainer.Options()

Pola

Cache
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)
LambdaTheta

Regularizer dla parametru jądra Theta

LambdaThetaprime

Regularizer dla parametru jądra ThetaPrime

LambdaW

Regularizer dla parametru klasyfikatora W

NumberOfIterations

Liczba iteracji

Sigma

Parametr dla sigmoid ostrej ostrości

TreeDepth

Głębokość drzewa LDSVM

UseBias

Wskazuje, czy należy używać stronniczych, czy nie w naszym modelu.

Dotyczy