Interface ArrayOfDoublesCombiner
-
public interface ArrayOfDoublesCombiner
Combines two arrays of double values for use with ArrayOfDoubles tuple sketches
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
combine(double[] a, double[] b)
Method of combining two arrays of double values
-