predictPTLparams {LCA} | R Documentation |
Generates parameter values for PTL model, based on a specified value of the hyperparameter
predictPTLparams(d,PTLmodel)
d |
Numeric value specifying global dissimilarity between the selected objects |
PTLmodel |
List, as returned by the function |
Uses hyperparameter-based prediction linear models, calibrated to the dataset being analysed using the fitPTLmodel
function, to estimate PTL model parameters for a pair of objects in the dataset with a global dissimilarity d
.
List with elements:
alpha |
Numeric value specifying the parameter |
beta |
Numeric value specifying the parameter |
gamma |
Numeric value specifying the parameter |
Ed Curry e.curry@imperial.ac.uk