predictPTLparams {LCA} | R Documentation |
Predict Values for PTL Model
Description
Generates parameter values for PTL model, based on a specified value of the hyperparameter
Usage
predictPTLparams(d,PTLmodel)
Arguments
d |
Numeric value specifying global dissimilarity between the selected objects |
PTLmodel |
List, as returned by the function |
Details
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
.
Value
List with elements:
alpha |
Numeric value specifying the parameter |
beta |
Numeric value specifying the parameter |
gamma |
Numeric value specifying the parameter |
Author(s)
Ed Curry e.curry@imperial.ac.uk