[Javadoc] Add full link to TDigest class
(cherry picked from commit ed72484)
This commit is contained in:
parent
1cb2c3bdd3
commit
2971a102f6
|
@ -25,7 +25,7 @@ import org.elasticsearch.common.io.stream.StreamOutput;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extension of {@link TDigest} with custom serialization.
|
* Extension of {@link com.tdunning.math.stats.TDigest} with custom serialization.
|
||||||
*/
|
*/
|
||||||
public class TDigestState extends AVLTreeDigest {
|
public class TDigestState extends AVLTreeDigest {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue