C# 클래스 LibiadaMusic.Analysis.FMotiv

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FMotiv ( int id, string st, int occur, double frequency ) : System

Initializes a new instance of the FMotiv class.

메소드 상세

FMotiv() 공개 메소드

Initializes a new instance of the FMotiv class.
public FMotiv ( int id, string st, int occur, double frequency ) : System
id int /// The id. ///
st string /// The st. ///
occur int /// The occur. ///
frequency double /// The frequency. ///
리턴 System