You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/07/15 16:47:32 UTC

[incubator-datasketches-website] branch master updated: Update Distinct Count Features Matrix

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 72b35fc  Update Distinct Count Features Matrix
72b35fc is described below

commit 72b35fc5d8acc3c26559fdcca39f05746fab5f06
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jul 15 08:58:15 2020 -0700

    Update Distinct Count Features Matrix
---
 docs/DistinctCountFeaturesMatrix.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/DistinctCountFeaturesMatrix.md b/docs/DistinctCountFeaturesMatrix.md
index 015d76a..a4d54b7 100644
--- a/docs/DistinctCountFeaturesMatrix.md
+++ b/docs/DistinctCountFeaturesMatrix.md
@@ -55,7 +55,6 @@ Set Operations | Union | Y | Y | Y | Y |
  | Set Op Result Type | Sketch | Sketch | Sketch | Sketch |
  | Merge different LgK | Y | Y | Y | Y |
 Serialize Operations | To Byte Array | Y | Y | Y | Y |
- | To ProtoBuf |  |  |  |  |
 Deserialize Operations | Heapify() | Y | Y | Y | Y |
  | Wrap() | Y | Y | Y |  |
  | WritableWrap | Y | Y | Y |  |
@@ -63,11 +62,13 @@ Languages | Java | Y | Y | Y | Y |
  | C++ | Y |  | Y | Y |
  | Python<sup>2</sup> | Y |  | Y | Y |
  | Binary compatibility across Languages | Y | Y | Y | Y |
-Other Operations and Modes | Jaccard Index | Y |  |  |  |
- | Off-Heap | Y | Y | Y |
- | Associative Columns |  | Y |  |  |
- | Generic Extensions  |  | Y |  |  |
- 
+Other Operations and Modes | Jaccard Index | Y |  |  |   |
+ | Off-Heap Operation       | Y | Y | Y | Y |
+ | Associative Columns      |   | Y |   |   |
+ | Generic Extensions       |   | Y |   |   |
+ | User Specified Hash Seed | Y |   |   | Y |
+ | Pre Sampling             | Y | Y |   |   |
+
 ____
  <sup>1</sup> Space Accuracy Merit (Lower is better) = b * C^2 = b * K * RSE^2<br>
  <sup>2</sup> See [Python Install Instructions](https://github.com/apache/incubator-datasketches-cpp/tree/master/python)<br>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org