Click or drag to resize

MergingDigest Constructor (Double, Int32, Int32)

Fully specified constructor. Normally only used for deserializing a buffer t-digest.

Namespace:  FinAnalysis.Histogram
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public MergingDigest(
	double compression,
	int bufferSize,
	int size
)

Parameters

compression
Type: SystemDouble
Compression factor.
bufferSize
Type: SystemInt32
Number of temporary centroids.
size
Type: SystemInt32
Size of main buffer.
See Also