4 references to Options
Microsoft.ML.Data (2)
Transforms\Hashing.cs (2)
18[assembly: LoadableClass(HashingTransformer.Summary, typeof(IDataTransform), typeof(HashingTransformer), typeof(HashingTransformer.Options), typeof(SignatureDataTransform), 327private static IDataTransform Create(IHostEnvironment env, Options options, IDataView input)
Microsoft.ML.Transforms (2)
OneHotHashEncoding.cs (1)
86/// This class is a merger of <see cref="HashingTransformer.Options"/> and <see cref="KeyToVectorMappingTransformer.Options"/>
Text\WordHashBagProducingTransform.cs (1)
253/// This class is a merger of <see cref="HashingTransformer.Options"/> and