2 instantiations of HashJoiningTransform
Microsoft.ML.Transforms (2)
HashJoiningTransform.cs (2)
286return h.Apply("Loading Model", ch => new HashJoiningTransform(h, ctx, input)); 672var view = new HashJoiningTransform(h, input, input.Data);
24 references to HashJoiningTransform
Microsoft.ML.Transforms (24)
HashJoiningTransform.cs (24)
18[assembly: LoadableClass(HashJoiningTransform.Summary, typeof(HashJoiningTransform), typeof(HashJoiningTransform.Arguments), typeof(SignatureDataTransform), 19HashJoiningTransform.UserName, "HashJoinTransform", HashJoiningTransform.RegistrationName)] 21[assembly: LoadableClass(HashJoiningTransform.Summary, typeof(HashJoiningTransform), null, typeof(SignatureLoadDataTransform), 22HashJoiningTransform.UserName, HashJoiningTransform.LoaderSignature, "HashJoinFunction")] 173loaderAssemblyName: typeof(HashJoiningTransform).Assembly.FullName); 179/// Initializes a new instance of <see cref="HashJoiningTransform"/>. 277public static HashJoiningTransform Create(IHostEnvironment env, ModelLoadContext ctx, IDataView input) 457private static readonly FuncInstanceMethodInfo1<HashJoiningTransform, DataViewRow, int, Delegate> _composeGetterOneToOneMethodInfo 458= FuncInstanceMethodInfo1<HashJoiningTransform, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterOneToOne<int>); 460private static readonly FuncInstanceMethodInfo1<HashJoiningTransform, DataViewRow, int, Delegate> _composeGetterVecToVecMethodInfo 461= FuncInstanceMethodInfo1<HashJoiningTransform, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterVecToVec<int>); 463private static readonly FuncInstanceMethodInfo1<HashJoiningTransform, DataViewRow, int, Delegate> _composeGetterVecToOneMethodInfo 464= FuncInstanceMethodInfo1<HashJoiningTransform, DataViewRow, int, Delegate>.Create(target => target.ComposeGetterVecToOne<int>); 478FuncInstanceMethodInfo1<HashJoiningTransform, DataViewRow, int, Delegate> mi; 663Desc = HashJoiningTransform.Summary, 664UserName = HashJoiningTransform.UserName, 665ShortName = HashJoiningTransform.RegistrationName)] 666public static CommonOutputs.TransformOutput Apply(IHostEnvironment env, HashJoiningTransform.Arguments input) 672var view = new HashJoiningTransform(h, input, input.Data);