Class SmoothedLinearModel<T extends DoubleValue>

    • Field Detail

      • intercept

        protected double intercept
      • coefficient

        protected double coefficient
    • Constructor Detail

      • SmoothedLinearModel

        public SmoothedLinearModel()
      • SmoothedLinearModel

        public SmoothedLinearModel​(double intercept,
                                   double coefficient)