Package com.jml.core


package com.jml.core
This package contains the core components of the JML library. Mostly this includes interfaces and classes that deal with loading and parsing saved models. In addition to this, statistical functions and metrics are also contained in this package.
  • Class Summary
    Class
    Description
    Blocks are used to define a model.
    The DataLoader class contains several methods to load data for models.
     
    Model<X,​Y>
    This interface specifies the requirements for a machine learning model.
    The stats class is a utility class to compute various statistical information about datasets.
  • Enum Class Summary
    Enum Class
    Description