Hello -- I'm trying to understand how the gradable adjectives get used to initialize the KDEs for the prior distribution. I noticed that the `responses` get resampled to have length `res`: - https://github.com/ml4ai/delphi/blob/master/lib/parameter_initialization.cpp#L256 - https://github.com/ml4ai/delphi/blob/master/lib/parameter_initialization.cpp#L282 Are you able to explain the reasoning for this resampling? ~ Ben