CosSquaredWeight {EMOTIONS} | R Documentation |
Estimate normalized model weights based on the cosine similarity of each model's predictions
Description
Estimate normalized model weights based on the cosine similarity of each model's predictions
Usage
CosSquaredWeight(converged_models, x)
Arguments
converged_models |
A list containing the fitted models for the individual |
x |
A data frame containing the daily milking records for the individual |
Value
A vector containing the normalized model weights
[Package EMOTIONS version 1.0 Index]