plotFeatWeightings: This function plots the feature importance weightings

Description Usage Arguments Details Value Examples

Description

This function plots the feature importance weightings

Usage

1
plotFeatWeightings(plotSaveFile, weightingsDF)

Arguments

plotSaveFile

The name of the file to save

weightingsDF

Data frame of the weightings with their labels

Details

This function returned predicted classes for the input patient list. Use case: evaluate trained model on a set of gold-standard patients.

Value

(none)

Examples

1
2
3
4
5
6
## Not run: 

 plotFeatWeightings(plotSaveFile, weightingsDF)


## End(Not run)

OHDSI/Aphrodite documentation built on Sept. 18, 2020, 10:26 p.m.