//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** @author John Miller * @version 1.3 * @date Sat Apr 30 13:32:23 EDT 2016 * @see LICENSE (MIT style license file). */ package scalation package analytics /** The `par` package contains classes, traits and objects for parallel * analytics including clustering and prediction. */ package object par { /** The relative path for base directory */ val BASE_DIR = DATA_DIR + "analytics" + ⁄ } // par package object