다음을 통해 공유


LinearMulticlassModelParameters 클래스

정의

다중 클래스 분류자의 선형 모델입니다. 모든 선형 모델의 원시 점수를 출력하며 가능한 출력은 제공되지 않습니다.

public sealed class LinearMulticlassModelParameters : Microsoft.ML.Trainers.LinearMulticlassModelParametersBase
type LinearMulticlassModelParameters = class
    inherit LinearMulticlassModelParametersBase
Public NotInheritable Class LinearMulticlassModelParameters
Inherits LinearMulticlassModelParametersBase
상속

필드

Statistics

다중 클래스 분류자의 선형 모델입니다. 모든 선형 모델의 원시 점수를 출력하며 가능한 출력은 제공되지 않습니다.

(다음에서 상속됨 LinearMulticlassModelParametersBase)

메서드

GetBiases()

로지스틱 회귀 예측 변수에 대한 바이어스를 가져옵니다.

(다음에서 상속됨 LinearMulticlassModelParametersBase)
GetWeights(VBuffer<Single>[], Int32)

각 클래스의 가중치 벡터를 버퍼 집합에 복사합니다.

(다음에서 상속됨 LinearMulticlassModelParametersBase)

명시적 인터페이스 구현

ICanSaveModel.Save(ModelSaveContext)

다중 클래스 분류자의 선형 모델입니다. 모든 선형 모델의 원시 점수를 출력하며 가능한 출력은 제공되지 않습니다.

(다음에서 상속됨 ModelParametersBase<TOutput>)

적용 대상