class Reem::Clusterer

Constants

MAX_ITERATIONS
TOLERANCE

Public Class Methods

new(k = 2, tolerance = TOLERANCE, max_iterations = MAX_ITERATIONS) click to toggle source
# File lib/reem/clusterer.rb, line 6
def initialize(k = 2, tolerance = TOLERANCE, max_iterations = MAX_ITERATIONS)

end