C# 클래스 SoundFingerprinting.LCS.QueryResultCoverageCalculator

상속: IQueryResultCoverageCalculator
파일 보기 프로젝트 열기: AddictedCS/soundfingerprinting

공개 메소드들

메소드 설명
GetCoverage ( SortedSet matches, double queryLength, FingerprintConfiguration configuration ) : Coverage

비공개 메소드들

메소드 설명
ConsecutiveMatchesAreLongerThanTheQuery ( double queryLength, List sortedMatches, int index, FingerprintConfiguration config ) : bool

메소드 상세

GetCoverage() 공개 메소드

public GetCoverage ( SortedSet matches, double queryLength, FingerprintConfiguration configuration ) : Coverage
matches SortedSet
queryLength double
configuration SoundFingerprinting.Configuration.FingerprintConfiguration
리턴 Coverage