C# 클래스 Encog.ML.Kmeans.Centroid

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
CalcCentroid ( ) : void

Calculate the centroid.

Centroid ( double theCenters )

Construct the centroid.

메소드 상세

CalcCentroid() 공개 메소드

Calculate the centroid.
public CalcCentroid ( ) : void
리턴 void

Centroid() 공개 메소드

Construct the centroid.
public Centroid ( double theCenters )
theCenters double The centers.