Description
require(numFeatures == features.size, ....)
require(weight >= 0.0, ...)
in LogisticAggregator (add and merge) will never be triggered as the dimension and weight has been checked in MultivariateOnlineSummarizer.
Given the frequent usage of function add, the redundant require should be removed.