Click or drag to resize
XDL

XDMBandUnSuperClassClustering Method

무감독 분류시 사전 분광 통계 정보를 계산한다. 입력 파라미터 설정 후 분광 통계 정보를 설정을 위해 반드시 호출해야 하는 함수이다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool Clustering(
	XThread thd
)

Parameters

thd
Type: Pixoneer.NXDLXThread
[In] Thead 객체.

Return Value

Type: Boolean
Clustering에 성공하면 true, 실패하면 false를 리턴한다.
See Also