Pred-class {brainImageR} | R Documentation |
keeps track of parameters and results from predict_time
pred_age
data.frame of results from predict_time
model
randomForest model
minage
minimum age filter from predict_time
maxage
maximum age filter from predict_time
tissue
tissue 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" )