C# Class LibiadaMusic.Analysis.Difference

The difference.
Mostra file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Methods

Method Description
CalculateDifference ( List a1, List a2, int n, int pCap, int lCap ) : void

The calculate difference.

CalculateDifferenceV ( int v1, int v2 ) : void

The calculate difference v.

Clone ( ) : Difference

The clone.

Difference ( ) : System

Initializes a new instance of the Difference class.

Private Methods

Method Description
Difference ( double p1, double p2, double p3, double p4, double p5, double p6 ) : System

Initializes a new instance of the Difference class.

Method Details

CalculateDifference() public method

The calculate difference.
public CalculateDifference ( List a1, List a2, int n, int pCap, int lCap ) : void
a1 List /// The a 1. ///
a2 List /// The a 2. ///
n int /// The n. /// объем выборки ///
pCap int /// The p cap. ///
lCap int /// The l cap. ///
return void

CalculateDifferenceV() public method

The calculate difference v.
public CalculateDifferenceV ( int v1, int v2 ) : void
v1 int /// The v 1. ///
v2 int /// The v 2. ///
return void

Clone() public method

The clone.
public Clone ( ) : Difference
return Difference

Difference() public method

Initializes a new instance of the Difference class.
public Difference ( ) : System
return System