C# Class SharpMap.Utilities.SpatialIndexing.Heuristic

Heuristics used for tree generation
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Свойство Type Description
maxdepth int
minerror int
mintricnt int
tartricnt int

Property Details

maxdepth public_oe property

Maximum tree depth
public int maxdepth
Résultat 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
Résultat int

mintricnt public_oe property

Minimum object count at node
public int mintricnt
Résultat int

tartricnt public_oe property

Target object count at node
public int tartricnt
Résultat int