C# Class LibiadaMusic.Analysis.Lexicon

The lexicon.
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat void

CalculateGreatFrequency() public méthode

The calculate great frequency.
public CalculateGreatFrequency ( ) : double
Résultat double

Lexicon() public méthode

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

RData() public méthode

The r data.
public RData ( ) : List
Résultat List

RangeLex() public méthode

The range lex.
public RangeLex ( ) : void
Résultat void

RangeLexDi() public méthode

The range lex di.
public RangeLexDi ( ) : List
Résultat List

RangeLexElem() public méthode

The range lex elem.
public RangeLexElem ( ) : void
Résultat void

RangeLexRi() public méthode

The range lex ri.
public RangeLexRi ( ) : List
Résultat List