getAvailModels: Get Available Models

Description Usage Value Examples

Description

Returns the list of all available models that can be used for code prediction. The models are stored as 'RData' files within the 'data' folder of the package. If you want to use custom models, please add them manually to the 'data' folder (with extension '.model.RData') then re-build the package.

Usage

1

Value

character vector with the names of available models.

Examples

1
getAvailModels() # returns c("Chirurgie-generale", "Chirurgie-maxillo-faciale", "Chirurgie-plastique-Pr-Revol", "Urologie")

IM-APHP/mlcodage documentation built on May 8, 2019, 10:52 a.m.