C# Class LibiadaMusic.Analysis.Lexicon

The lexicon.
Show file Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
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.

Method Details

AddFMotiv() public method

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. ///
return void

CalculateGreatFrequency() public method

The calculate great frequency.
public CalculateGreatFrequency ( ) : double
return double

Lexicon() public method

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

RData() public method

The r data.
public RData ( ) : List
return List

RangeLex() public method

The range lex.
public RangeLex ( ) : void
return void

RangeLexDi() public method

The range lex di.
public RangeLexDi ( ) : List
return List

RangeLexElem() public method

The range lex elem.
public RangeLexElem ( ) : void
return void

RangeLexRi() public method

The range lex ri.
public RangeLexRi ( ) : List
return List