C# 클래스 numl.Supervised.NaiveBayes.Statistic

A statistic.
상속: IVertex
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Statistic

Makes a deep copy of this object.

Equals ( object obj ) : bool

Tests if this object is considered equal to another.

GetHashCode ( ) : int

Calculates a hash code for this object.

Make ( string label, Range x, int count ) : Statistic

Makes.

Make ( string label, double val, int count ) : Statistic

Makes.

ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

Clone() 공개 메소드

Makes a deep copy of this object.
public Clone ( ) : Statistic
리턴 Statistic

Equals() 공개 메소드

Tests if this object is considered equal to another.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
리턴 bool

GetHashCode() 공개 메소드

Calculates a hash code for this object.
public GetHashCode ( ) : int
리턴 int

Make() 공개 정적인 메소드

Makes.
public static Make ( string label, Range x, int count ) : Statistic
label string The label.
x numl.Math.Range The Range to process.
count int (Optional) number of.
리턴 Statistic

Make() 공개 정적인 메소드

Makes.
public static Make ( string label, double val, int count ) : Statistic
label string The label.
val double The value.
count int (Optional) number of.
리턴 Statistic

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string