C# Class ColorGlove.DBSCAN

显示文件 Open project: arunganesan/hand-gesture-recognition

Public Methods

Method Description
GetClusters ( double eps, int minPts, int predict_label, int background_label, int pool ) : List>
GetClusters ( int eps, int minPts, int predict_label, int background_label, int pool ) : List>
Test ( ) : void

Private Methods

Method Description
ExpandCluster ( int index ) : bool
ExpandCluster ( int index, int clusterId, double eps, int minPts ) : bool
GetRegion ( int p_index ) : List
GetRegion ( int p_index, double eps ) : List

Method Details

GetClusters() public static method

public static GetClusters ( double eps, int minPts, int predict_label, int background_label, int pool ) : List>
eps double
minPts int
predict_label int
background_label int
pool int
return List>

GetClusters() public static method

public static GetClusters ( int eps, int minPts, int predict_label, int background_label, int pool ) : List>
eps int
minPts int
predict_label int
background_label int
pool int
return List>

Test() public static method

public static Test ( ) : void
return void