namespace ZeroLevel.HNSW { public enum HistogramMode { /// /// 1 + 3.2 * Ln(LinksCount) /// SQRT, /// /// Sqrt(LinksCount) /// LOG } }