trainHMM: Train a hidden Markov model

Description Usage Arguments Author(s) See Also

Description

Function to train a HMM classifier from some data and a trained random forest model.

Usage

1
trainHMM(labelDir, rf, names, combineStanding=FALSE) 

Arguments

labelDir

Path to a directory containing instance-level annotations, i.e., created by the function annotationsToLabels.

rf

A random forest model.

names

List of participant identifiers to use.

combineStanding

If TRUE, combine the labels standing still and standing moving into a single label standing.

Author(s)

Katherine Ellis

See Also

trainModel, trainRF


TLBC documentation built on May 1, 2019, 8:44 p.m.