LinearMulticlassModelParameters 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다중 클래스 분류자의 선형 모델입니다. 모든 선형 모델의 원시 점수를 출력하며 가능한 출력은 제공되지 않습니다.
public sealed class LinearMulticlassModelParameters : Microsoft.ML.Trainers.LinearMulticlassModelParametersBase
type LinearMulticlassModelParameters = class
inherit LinearMulticlassModelParametersBase
Public NotInheritable Class LinearMulticlassModelParameters
Inherits LinearMulticlassModelParametersBase
- 상속
-
LinearMulticlassModelParameters
필드
Statistics |
다중 클래스 분류자의 선형 모델입니다. 모든 선형 모델의 원시 점수를 출력하며 가능한 출력은 제공되지 않습니다. (다음에서 상속됨 LinearMulticlassModelParametersBase) |
메서드
GetBiases() |
로지스틱 회귀 예측 변수에 대한 바이어스를 가져옵니다. (다음에서 상속됨 LinearMulticlassModelParametersBase) |
GetWeights(VBuffer<Single>[], Int32) |
각 클래스의 가중치 벡터를 버퍼 집합에 복사합니다. (다음에서 상속됨 LinearMulticlassModelParametersBase) |
명시적 인터페이스 구현
ICanSaveModel.Save(ModelSaveContext) |
다중 클래스 분류자의 선형 모델입니다. 모든 선형 모델의 원시 점수를 출력하며 가능한 출력은 제공되지 않습니다. (다음에서 상속됨 ModelParametersBase<TOutput>) |