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