Pred-class {brainImageR}R Documentation

Pred

Description

keeps track of parameters and results from predict_time

Slots

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

Examples

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"
)

[Package brainImageR version 1.0.0 Index]