2 instantiations of ClusteringScorer
Microsoft.ML.Data (2)
Scorers\ClusteringScorer.cs (2)
71
return h.Apply("Loading Model", ch => new
ClusteringScorer
(h, ctx, input));
90
return new
ClusteringScorer
(env, this, newSource);
9 references to ClusteringScorer
Microsoft.ML.Data (9)
Scorers\ClusteringScorer.cs (7)
14
[assembly: LoadableClass(typeof(
ClusteringScorer
), typeof(
ClusteringScorer
.Arguments), typeof(SignatureDataScorer),
17
[assembly: LoadableClass(typeof(
ClusteringScorer
), null, typeof(SignatureLoadDataTransform),
18
"Clustering Scorer",
ClusteringScorer
.LoaderSignature)]
39
loaderAssemblyName: typeof(
ClusteringScorer
).Assembly.FullName);
51
private ClusteringScorer(IHostEnvironment env,
ClusteringScorer
transform, IDataView newSource)
63
public static
ClusteringScorer
Create(IHostEnvironment env, ModelLoadContext ctx, IDataView input)
Scorers\PredictionTransformer.cs (2)
676
var args = new
ClusteringScorer
.Arguments();
687
var args = new
ClusteringScorer
.Arguments();