//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** @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 `recommender` package contains classes, traits and objects of * recommendation systems. */ package object recommender { }