C# 클래스 LibiadaMusic.Analysis.Lexicon

The lexicon.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
AddFMotiv ( string name, int occur, double frequency ) : void

The add formal motiv.

CalculateGreatFrequency ( ) : double

The calculate great frequency.

Lexicon ( ) : System.Collections.Generic

Initializes a new instance of the Lexicon class.

RData ( ) : List

The r data.

RangeLex ( ) : void

The range lex.

RangeLexDi ( ) : List

The range lex di.

RangeLexElem ( ) : void

The range lex elem.

RangeLexRi ( ) : List

The range lex ri.

메소드 상세

AddFMotiv() 공개 메소드

The add formal motiv.
public AddFMotiv ( string name, int occur, double frequency ) : void
name string /// The name. ///
occur int /// The occur. ///
frequency double /// The frequency. ///
리턴 void

CalculateGreatFrequency() 공개 메소드

The calculate great frequency.
public CalculateGreatFrequency ( ) : double
리턴 double

Lexicon() 공개 메소드

Initializes a new instance of the Lexicon class.
public Lexicon ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RData() 공개 메소드

The r data.
public RData ( ) : List
리턴 List

RangeLex() 공개 메소드

The range lex.
public RangeLex ( ) : void
리턴 void

RangeLexDi() 공개 메소드

The range lex di.
public RangeLexDi ( ) : List
리턴 List

RangeLexElem() 공개 메소드

The range lex elem.
public RangeLexElem ( ) : void
리턴 void

RangeLexRi() 공개 메소드

The range lex ri.
public RangeLexRi ( ) : List
리턴 List