diff --git a/R/chexnet.R b/R/chexnet.R index 7d23ba4..8e08816 100644 --- a/R/chexnet.R +++ b/R/chexnet.R @@ -310,6 +310,6 @@ chexnet <- function( image, { diseaseCategoryDf$Tuberculosis <- c( tbPrediction ) } - return( diseaseCategoryDf) + return( diseaseCategoryDf ) } }