Packages

object PredictorMat

The PredictorMat companion object provides a meythod for splitting a combined data matrix in predictor matrix and a response vector.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PredictorMat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def analyze2(model: PredictorMat): Unit

    Analyze a dataset using the given model where training includes hyper-parameter optimization with the 'train2' method.

    Analyze a dataset using the given model where training includes hyper-parameter optimization with the 'train2' method.

    model

    the model to be used

  2. def test2(modelName: String, model: PredictorMat, doPlot: Boolean = true): Unit

    Test the model on the full dataset (i.e., train and evaluate on full dataset).

    Test the model on the full dataset (i.e., train and evaluate on full dataset). Calls 'analyze2' which includes hyper-parameter optimization .

    modelName

    the name of the model being tested

    model

    the model to be used

    doPlot

    whether to plot the actual vs. predicted response