Class | Ai4r::Clusterers::Clusterer |
In: |
lib/ai4r/clusterers/clusterer.rb
|
Parent: | Object |
The purpose of this class is to define a common API for Clusterers. All methods in this class (other than eval) must be implemented in subclasses.
Build a new clusterer, using data examples found in data_set. Data items will be clustered in "number_of_clusters" different clusters.