Skip to contents

Saves the plp model

Usage

savePlpModel(plpModel, dirPath)

Arguments

plpModel

A trained classifier returned by running runPlp()$model

dirPath

A location to save the model to

Value

                    The directory path where the model was saved

Details

Saves the plp model to a user specificed folder

Examples