Hey folks, I am working with both the Java library and the C++ library and the Theta sketch.
What I would like to do is update a sketch, save it somewhere (i.e. disk, etc), then reload it later and possibly update it then. The CompactSketch doesn't support updates when an UpdateSketch is serialized and loaded, it is read-only. >From looking at the Java code it seems like it would be possible to create an UpdateSketch from the contents of a CompactSketch but there doesn't appear to be an existing method that does this. Am I missing something that already does this? Or is it not possible? Many thanks Karl