2 instantiations of ClusteringScorer
Microsoft.ML.Data (2)
Scorers\ClusteringScorer.cs (2)
71return h.Apply("Loading Model", ch => new ClusteringScorer(h, ctx, input)); 90return 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)] 39loaderAssemblyName: typeof(ClusteringScorer).Assembly.FullName); 51private ClusteringScorer(IHostEnvironment env, ClusteringScorer transform, IDataView newSource) 63public static ClusteringScorer Create(IHostEnvironment env, ModelLoadContext ctx, IDataView input)
Scorers\PredictionTransformer.cs (2)
676var args = new ClusteringScorer.Arguments(); 687var args = new ClusteringScorer.Arguments();