C# Class SharpMap.Utilities.SpatialIndexing.Heuristic

Heuristics used for tree generation
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Properties

Property Type Description
maxdepth int
minerror int
mintricnt int
tartricnt int

Property Details

maxdepth public property

Maximum tree depth
public int maxdepth
return int

minerror public property

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.
public int minerror
return int

mintricnt public property

Minimum object count at node
public int mintricnt
return int

tartricnt public property

Target object count at node
public int tartricnt
return int