super(valueChannel, SINGLE_VARBINARY, SINGLE_VARBINARY, maskChannel, sampleWeightChannel);
this.inputIsLong = inputIsLong;
this.confidence = confidence;
this.counts = new LongBigArray();
this.means = new DoubleBigArray();
this.m2s = new DoubleBigArray();
}