
IQmodel class
IQmodel-class.RdThis class represents an IQ model including IQ features and PBMs, along with necessary model parameters.
This method defines how an IQmodel object should be displayed.
Slots
iq_featuresA list of IQFeature objects.
pbmsA list of PBM objects.
interceptThe intercept term from the model.
funcThe function used for computing energies (e.g., "logSumExp" or "max").
lambdaThe regularization parameter.
alphaThe elastic net mixing parameter.
min_predMinimum value of training predictions before normalization.
max_predMaximum value of training predictions before normalization.
norm_factorsNormalization factors for scaling predictions.