File tree 5 files changed +5
-5
lines changed
src/main/java/org/apache/datasketches
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
* <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
42
42
* the searching criteria are given with each enum criterion.</p>
43
43
*
44
- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
44
+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
45
45
* Sketching Quantiles and Ranks Tutorial</a>
46
46
* @author Lee Rhodes
47
47
*/
Original file line number Diff line number Diff line change 40
40
* <p>Given a sorted array of values <i>arr[]</i> and a search key value <i>v</i>, the algorithms for
41
41
* the searching criteria are given with each enum criterion.</p>
42
42
*
43
- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
43
+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
44
44
* Sketching Quantiles and Ranks Tutorial</a>
45
45
* @author Lee Rhodes
46
46
*/
Original file line number Diff line number Diff line change 22
22
/**
23
23
* These search criteria are used by the KLL, REQ and Classic Quantiles sketches in the DataSketches library.
24
24
*
25
- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
25
+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
26
26
* Sketching Quantiles and Ranks Tutorial</a>
27
27
*
28
28
* @author Lee Rhodes
Original file line number Diff line number Diff line change 194
194
* <p>[*] Note that obtaining epsilon may require using a similar function but with more parameters
195
195
* based on the specific sketch implementation.</p>
196
196
*
197
- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
197
+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
198
198
* Sketching Quantiles and Ranks, Tutorial</a>
199
199
* @see org.apache.datasketches.quantilescommon.QuantileSearchCriteria
200
200
*
Original file line number Diff line number Diff line change 28
28
* This abstract class provides a single place to define and document the public API
29
29
* for the Relative Error Quantiles Sketch.
30
30
*
31
- * @see <a href="https://datasketches.apache.org/docs/Quantiles /SketchingQuantilesAndRanksTutorial.html">
31
+ * @see <a href="https://datasketches.apache.org/docs/QuantilesAll /SketchingQuantilesAndRanksTutorial.html">
32
32
* Sketching Quantiles and Ranks Tutorial</a>
33
33
*
34
34
* @author Lee Rhodes
You can’t perform that action at this time.
0 commit comments