6 references to WithOnFitDelegate
Microsoft.ML.Samples (1)
Dynamic\WithOnFitDelegate.cs (1)
46.WithOnFitDelegate(
Microsoft.ML.Tests (4)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
104.WithOnFitDelegate(
Transformers\CountTargetEncodingTests.cs (3)
87.Append(ML.BinaryClassification.Trainers.AveragedPerceptron().WithOnFitDelegate(x => weights = x.Model.Weights)); 95.Append(ML.BinaryClassification.Trainers.AveragedPerceptron().WithOnFitDelegate(x => weightsNoNoise = x.Model.Weights)); 104.Append(ML.BinaryClassification.Trainers.AveragedPerceptron().WithOnFitDelegate(x => weightsNoNoise2 = x.Model.Weights));
Microsoft.ML.Transforms (1)
OneHotEncoding.cs (1)
344_term = (ValueToKeyMappingEstimator)_term.WithOnFitDelegate(onFit);