changeWeights

fun changeWeights(newWeights: Map<String, Double>)

Changes or assigns the weights for the additive model. The keys to the map are the names of the responses. The values to the map are the weights. Each weight must be greater than 0.0