Create ICH Train Data

ich_train_data(
  imgs,
  run_candidate = TRUE,
  cutoffs = ichseg::est.cutoffs,
  rois = NULL,
  ...,
  verbose = TRUE
)

Arguments

imgs

CT image, object of class nifti (list) or character filename

run_candidate

Run ich_candidate_voxels to get candidate voxels

cutoffs

cutoffs to pass to ich_candidate_voxels

rois

ROI image, object of class nifti (list) or character filename

...

Additional options passsed to ich_preprocess

verbose

Print diagnostic output

Value

List of one data.frame with the predictors

Note

This is a simple wrapper for ich_process_predictors