
TrajectoryModel Class
TrajectoryModel-class.RdAn S4 class to represent a trajectory model.
Slots
diff_scorenumeric A numerical value representing the difference score.
predicted_diff_scorenumeric A numerical value representing the predicted difference score.
modelANY The model object or any data type that represents the trajectory model.
coefsdata.frame A data frame containing the coefficients of the model (not including the intercept). Contains the coefficients for the 'early', 'linear' and 'late' models
model_featuresA matrix containing the features used for training the model.
normalized_energiesmatrix A matrix containing normalized energies. If additional variables were used, they are also included.
typeA vector the length of the number of peaks, indicating whether each peak is a training ('train') or a prediction peak ('test').
motif_modelslist A list of models representing different motifs.
initial_prego_modelslist A list of initial pre-go models.
peak_intervalsdata.frame A data frame containing the peak intervals.
paramslist A list of parameters used for training.
additional_featuresdata.frame A data frame containing the additional features.
features_r2numeric A numeric vector of R^2 values for each feature.
normalization_intervalsdata.frame A data frame containing the intervals used for energy normalization.
interactionsmatrix A matrix of the interaction features.