Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NDataGroupingOptimal Class
Members


In This Topic
    NDataGroupingOptimal Class
    In This Topic
    Uses the Jenks-Caspall optimal data grouping algorithm.
    Object Model
    NDataGroupingOptimal Class
    Syntax
    'Declaration
     
    
    Public Class NDataGroupingOptimal 
       Inherits NDataGrouping
    'Usage
     
    
    Dim instance As NDataGroupingOptimal
    public class NDataGroupingOptimal : NDataGrouping 
    Remarks
    The algorithm is based on iterative re-cycling: the values on the edge of each class, with the mean of their own class and the average of the next class. If a value closer to the mean of the neighboring class, it will be moved into this. The process is repeated iteratively until no further optimization is possible.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Diagram.Import.Map.NDataGrouping
          Nevron.Nov.Diagram.Import.Map.NDataGroupingOptimal

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also