Data Mining Library
Jump to navigation
Jump to search
A Data Mining Library is a domain-specific software library that implements and provides an interface to data mining algorithms.
- Context:
- It can be used to solve a Data Mining Task.
- It can be used to build a Data Mining-based System.
- It can be a member of a Data Mining Environment.
- It can (often) contain and expose a Machine Learning Library, Statistics Library, Numerical Analysis Library, Plotting Library, ...
- Example(s):
- scikit.learn.
- …
- Counter-Example(s):
- See: Data Mining System, Data Mining API.