BinaryClassificationCatalog.ChangeModelThreshold<TModel> Metoda

Definice

Metoda pro úpravu prahové hodnoty existujícího modelu a vrácení upraveného modelu

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)

Parametry typu

TModel

Typ parametrů modelu.

Parametry

model
BinaryPredictionTransformer<TModel>

Stávající model pro úpravu prahové hodnoty

threshold
Single

Nová prahová hodnota.

Návraty

Nový model s upravenou prahovou hodnotou

Platí pro