CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

AlgorithmProvider Single Instance Class #87

Closed isaac-gs closed 8 years ago

isaac-gs commented 8 years ago

The singleton will request all of the algorithms that are applicable to the project based on configuration options. So when analyzing images, only the algorithms useful for images will be provided. When first called, it should get a list of all algorithms and functions to return them.