Share via


LdSvmTrainer.Options Třída

Definice

public sealed class LdSvmTrainer.Options : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
type LdSvmTrainer.Options = class
    inherit TrainerInputBaseWithWeight
Public NotInheritable Class LdSvmTrainer.Options
Inherits TrainerInputBaseWithWeight
Dědičnost

Konstruktory

LdSvmTrainer.Options()

Pole

Cache
ExampleWeightColumnName

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

(Zděděno od TrainerInputBaseWithWeight)
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)
LambdaTheta

Regularizer pro parametr jádra Theta

LambdaThetaprime

Regularizer pro parametr jádra ThetaPrime

LambdaW

Regularizer pro parametr klasifikátoru W

NumberOfIterations

Počet iterací

Sigma

Parametr pro sigmoidní ostrost

TreeDepth

Hloubka stromu LDSVM

UseBias

Označuje, jestli bychom měli použít předsudky nebo ne v našem modelu.

Platí pro