C# 클래스 SEEUMiner.Library.CategoricalStatistics

Categorical Statistics
파일 보기 프로젝트 열기: vshehu/SEEUMiner 1 사용 예제들

공개 메소드들

메소드 설명
CalculateMode ( ) : int>.Dictionary
CategoricalStatistics ( double array ) : System
Frequency ( ) : int>.Dictionary

메소드 상세

CalculateMode() 공개 메소드

public CalculateMode ( ) : int>.Dictionary
리턴 int>.Dictionary

CategoricalStatistics() 공개 메소드

public CategoricalStatistics ( double array ) : System
array double
리턴 System

Frequency() 공개 메소드

public Frequency ( ) : int>.Dictionary
리턴 int>.Dictionary