Sketches Library
The sketches library module contains various libraries for sketches.
In order to make use of the sketches libraries you will need to include this library as a dependency:
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>sketches-library</artifactId>
<version>${gaffer.version}</version>
</dependency>
For information on configuring and using sketches, see the Cardinality guide (for configuring SketchesJsonModules
expand "Additional config").