C# 클래스 MarkovChains.MarkovChain.Matrices.Base.MatrixRowCommon

Row of the matrix containing doubles as values. Dimensionality = 1.
상속: MatrixBase
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
FrequencyFromObject ( int indexes ) : double

The frequency from object.

MatrixRowCommon ( int alphabetCardinality, int dimensionality, IMatrixBuilder builder ) : System

Initializes a new instance of the MatrixRowCommon class.

메소드 상세

FrequencyFromObject() 공개 메소드

The frequency from object.
/// Thrown if indexes is null. ///
public FrequencyFromObject ( int indexes ) : double
indexes int /// The indexes. ///
리턴 double

MatrixRowCommon() 공개 메소드

Initializes a new instance of the MatrixRowCommon class.
public MatrixRowCommon ( int alphabetCardinality, int dimensionality, IMatrixBuilder builder ) : System
alphabetCardinality int /// Alphabet of the matrix. ///
dimensionality int /// Dimensionality of the matrix. ///
builder IMatrixBuilder /// Creation rule for the matrix. ///
리턴 System