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