次の方法で共有


BinaryClassificationCatalog.ChangeModelThreshold<TModel> メソッド

定義

しきい値を既存のモデルに変更し、変更されたモデルを返すメソッド。

public Microsoft.ML.Data.BinaryPredictionTransformer<TModel> ChangeModelThreshold<TModel> (Microsoft.ML.Data.BinaryPredictionTransformer<TModel> model, float threshold) where TModel : class;
member this.ChangeModelThreshold : Microsoft.ML.Data.BinaryPredictionTransformer<'Model (requires 'Model : null)> * single -> Microsoft.ML.Data.BinaryPredictionTransformer<'Model (requires 'Model : null)> (requires 'Model : null)
Public Function ChangeModelThreshold(Of TModel As Class) (model As BinaryPredictionTransformer(Of TModel), threshold As Single) As BinaryPredictionTransformer(Of TModel)

型パラメーター

TModel

モデル パラメーターの型。

パラメーター

model
BinaryPredictionTransformer<TModel>

しきい値を変更する既存のモデル。

threshold
Single

新しいしきい値。

戻り値

しきい値が変更された新しいモデル。

適用対象