| Pred-class {brainImageR} | R Documentation |
keeps track of parameters and results from predict_time
pred_agedata.frame of results from predict_time
modelrandomForest model
minageminimum age filter from predict_time
maxagemaximum age filter from predict_time
tissuetissue filter from predict_time
prep <- methods::new(Class="Pred",
pred_age = data.frame(matrix(0,nrow=10,ncol=10)),
model = list(c(rep("A",5), rep("B",5))),
minage = 8,
maxage = 2120,
tissue = "HIP"
)