Description Usage Arguments Value
Score a data frame of image slices with a Keras model
1 2 3 |
slice_data |
Data frame containing image slice data |
model_params |
Model parameters object created during model training |
scoring_model |
Trained keras model object |
score_outpath |
Path to save results of image scoring as .rds file |
compress_score_rds |
Should saved score results be compressed |
return_score |
Should score results be returned as an R object by the function |
verbose |
Should messages about current step being processes be printed to screen? |
List containing model parameters and input 'img_data' data frame with additional column containing model predicted probabilities for each slice
If score outpath != NULL
returned data frame will be saved to outpath as an
RDS file, compressed if compress_score_rds == TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.