프로퍼티 | 타입 | 설명 | |
---|---|---|---|
center | System.Point | ||
points | IList |
메소드 | 설명 | |
---|---|---|
AddPoint ( System.Point point ) : void | ||
Calc2DDistance ( System.Point point ) : double | ||
ClearPoints ( ) : void | ||
ClusterPrototype ( System.Point center ) : System | ||
ClusterPrototype ( System.Point center, IList |
||
ClusterPrototype ( int x, int y, int z ) : System | ||
DistanceMetric ( |
||
FinishAddingPoints ( ) : void | ||
Flatten ( int maxDepth ) : void | ||
Merge ( |
||
SetCenter ( int x, int y, int z ) : void | ||
ToCluster ( ) : |
메소드 | 설명 | |
---|---|---|
CalculateCenter ( ) : void |
public Calc2DDistance ( System.Point point ) : double | ||
point | System.Point | |
리턴 | double |
public ClusterPrototype ( System.Point center ) : System | ||
center | System.Point | |
리턴 | System |
public ClusterPrototype ( System.Point center, IList |
||
center | System.Point | |
points | IList |
|
리턴 | System |
public ClusterPrototype ( int x, int y, int z ) : System | ||
x | int | |
y | int | |
z | int | |
리턴 | System |
public DistanceMetric ( |
||
otherCluster | ||
리턴 | double |
public static Merge ( |
||
cluster1 | ||
cluster2 | ||
리턴 |