AnomalyDetectionCatalog.ChangeModelThreshold<TModel> 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 AnomalyPredictionTransformer<TModel>로 새 threshold
을 만듭니다.
제공된 threshold
값이 임계값과 같 model
으면 단순히 반환합니다 model
.
기본적으로 임계값은 0.5이고 유효한 점수 범위는 0에서 1까지입니다.
public Microsoft.ML.Data.AnomalyPredictionTransformer<TModel> ChangeModelThreshold<TModel>(Microsoft.ML.Data.AnomalyPredictionTransformer<TModel> model, float threshold) where TModel : class;
member this.ChangeModelThreshold : Microsoft.ML.Data.AnomalyPredictionTransformer<'Model (requires 'Model : null)> * single -> Microsoft.ML.Data.AnomalyPredictionTransformer<'Model (requires 'Model : null)> (requires 'Model : null)
Public Function ChangeModelThreshold(Of TModel As Class) (model As AnomalyPredictionTransformer(Of TModel), threshold As Single) As AnomalyPredictionTransformer(Of TModel)
형식 매개 변수
- TModel
매개 변수
- threshold
- Single
모델의 예측 점수를 기반으로 데이터 요소의 레이블을 결정하는 데 사용할 새 임계값입니다.