3 references to ReplacementKind
Microsoft.ML.Transforms (3)
MissingValueReplacing.cs (3)
440var kind = item.Kind ?? options.ReplacementKind; 442throw env.ExceptUserArg(nameof(options.ReplacementKind), "Undefined sorting criteria '{0}' detected for column '{1}'", kind, item.Name); 447(MissingValueReplacingEstimator.ReplacementMode)(item.Kind ?? options.ReplacementKind),