C# 클래스 SharpMap.Utilities.SpatialIndexing.Heuristic

Heuristics used for tree generation
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxdepth int
minerror int
mintricnt int
tartricnt int

프로퍼티 상세

maxdepth 공개적으로 프로퍼티

Maximum tree depth
public int maxdepth
리턴 int

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

mintricnt 공개적으로 프로퍼티

Minimum object count at node
public int mintricnt
리턴 int

tartricnt 공개적으로 프로퍼티

Target object count at node
public int tartricnt
리턴 int