-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
The current IComponentFactory types are in the Microsoft.ML.Runtime.EntryPoints namespace.
| namespace Microsoft.ML.Runtime.EntryPoints | |
| { | |
| /// <summary> | |
| /// This is a token interface that all component factories must implement. | |
| /// </summary> | |
| public interface IComponentFactory |
We should move them to a more appropriate namespace, since EntryPoint doesn't really make sense, they are used outside of EntryPoints. I think they should go in the same namespace as the ComponentCatalog.
Also, we should remove the IArgsComponent interface, as I don't see it serving any purpose.
TomFinley
Metadata
Metadata
Assignees
Labels
No labels