Learn R Programming

TLBC (version 1.0)

loadModel: Load model

Description

Function to load a model.

Usage

loadModel(modelName, which)

Arguments

modelName
Path to model.
which
String specifying which part of model to return. One of "winSize", "rf", or "hmm".

Value

A model (or parameter).