Struct Heuristic
Heuristics used for tree generation
Namespace: Mapsui.Desktop.Shapefile.Indexing
Assembly: Mapsui.Desktop.dll
Syntax
public struct Heuristic
Fields
| Improve this Doc View SourceMaxdepth
Maximum tree depth
Declaration
public int Maxdepth
Field Value
Type | Description |
---|---|
System.Int32 |
Minerror
Minimum Error metric – the volume of a box + a unit cube. The unit cube in the metric prevents big boxes that happen to be flat having a zero result and muddling things up.
Declaration
public int Minerror
Field Value
Type | Description |
---|---|
System.Int32 |
Mintricnt
Minimum object count at node
Declaration
public int Mintricnt
Field Value
Type | Description |
---|---|
System.Int32 |
Tartricnt
Target object count at node
Declaration
public int Tartricnt
Field Value
Type | Description |
---|---|
System.Int32 |