LdSvmTrainer.Options 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public sealed class LdSvmTrainer.Options : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
type LdSvmTrainer.Options = class
inherit TrainerInputBaseWithWeight
Public NotInheritable Class LdSvmTrainer.Options
Inherits TrainerInputBaseWithWeight
- 상속
생성자
LdSvmTrainer.Options() |
필드
Cache | |
ExampleWeightColumnName |
예를 들어 가중치에 사용할 열입니다. (다음에서 상속됨 TrainerInputBaseWithWeight) |
FeatureColumnName |
기능에 사용할 열입니다. (다음에서 상속됨 TrainerInputBase) |
LabelColumnName |
레이블에 사용할 열입니다. (다음에서 상속됨 TrainerInputBaseWithLabel) |
LambdaTheta |
커널 매개 변수 Theta에 대한 Regularizer |
LambdaThetaprime |
커널 매개 변수 ThetaPrime에 대한 Regularizer |
LambdaW |
분류자 매개 변수 W에 대한 정규화기 |
NumberOfIterations |
반복 횟수 |
Sigma |
시그모이드 선명도 매개 변수 |
TreeDepth |
LDSVM 트리의 깊이 |
UseBias |
모델에서 바이어스 사용 여부를 나타냅니다. |