Unsupervised learning

Unsupervised machine learning algorithm

The unsupervised module implements the concept of unsupervised machine learning models, where the data has no notion of input or output.

This concept is implemented through the MLUnsupervisedAlgo class, which inherits from the MLAlgo class.