C# 클래스 LibiadaWeb.Models.SubsequenceComparer

The subsequence comparer.
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

공개 메소드들

메소드 설명
CompareSequencesBySubsequences ( int characteristicTypeLinkId, int notationId, Chain firstChains, Chain secondChains, double difference, string excludeType ) : double

The compare sequences by subsequences.

SubsequenceComparer ( LibiadaWebEntities db ) : System.Collections.Generic

Initializes a new instance of the SubsequenceComparer class.

비공개 메소드들

메소드 설명
CalculateCharacteristic ( int characteristicTypeLinkId, Chain sequences ) : List

The calculate characteristic.

메소드 상세

CompareSequencesBySubsequences() 공개 메소드

The compare sequences by subsequences.
public CompareSequencesBySubsequences ( int characteristicTypeLinkId, int notationId, Chain firstChains, Chain secondChains, double difference, string excludeType ) : double
characteristicTypeLinkId int /// The characteristic type link id. ///
notationId int /// The notation id. ///
firstChains LibiadaCore.Core.Chain /// The first chains. ///
secondChains LibiadaCore.Core.Chain /// The second chains. ///
difference double /// The difference. ///
excludeType string /// The exclude type. ///
리턴 double

SubsequenceComparer() 공개 메소드

Initializes a new instance of the SubsequenceComparer class.
public SubsequenceComparer ( LibiadaWebEntities db ) : System.Collections.Generic
db LibiadaWebEntities /// The db. ///
리턴 System.Collections.Generic