C# Class SharpMap.Utilities.SpatialIndexing.Heuristic

Heuristics used for tree generation
Mostra 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_oe property

Maximum tree depth
public int maxdepth
return int

minerror public_oe 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_oe property

Minimum object count at node
public int mintricnt
return int

tartricnt public_oe property

Target object count at node
public int tartricnt
return int