1 write to Kind
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
419
Kind
= kind;
5 references to Kind
Microsoft.ML.Core (5)
ComponentModel\ComponentCatalog.cs (5)
420
if (!IsValidName(
Kind
))
421
throw Contracts.Except("Invalid component kind: '{0}'",
Kind
);
628
var tag = $"{info.
Kind
}:{alias}";
909
return _components.Select(x => x.
Kind
).Distinct().OrderBy(x => x);
920
return _components.Where(x => x.
Kind
== kind).OrderBy(x => x.Name);