Searched refs:yPartitions (Results 1 – 2 of 2) sorted by relevance
497 List<List<Double>> yPartitions = Lists.partition(yValues, partitionSize); in createPartitionedFilledPairedStatsAccumulator() local499 accumulator.addAll(createPairedStatsOf(xPartitions.get(index), yPartitions.get(index))); in createPartitionedFilledPairedStatsAccumulator()
526 List<List<Double>> yPartitions = Lists.partition(yValues, partitionSize); in createPartitionedFilledPairedStatsAccumulator() local528 accumulator.addAll(createPairedStatsOf(xPartitions.get(index), yPartitions.get(index))); in createPartitionedFilledPairedStatsAccumulator()