//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** @author Hao Peng * @version 1.4 * @date Wed Nov 4 12:27:00 EDT 2017 * @see LICENSE (MIT style license file). */ package scalation.analytics //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** The `clusterer` package contains classes, traits and objects for clustering * algorithms. */ package object clusterer { }