C# 클래스 natix.SimilaritySearch.KnrSeqSearchLCS

상속: KnrSeqSearch
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
GetLengthLCS ( int useq, int qseq ) : int
KnrSeqSearchLCS ( ) : System
KnrSeqSearchLCS ( KnrSeqSearch knr ) : System

보호된 메소드들

메소드 설명
GetCandidates ( int qseq, int maxcand ) : IResult

메소드 상세

GetCandidates() 보호된 메소드

protected GetCandidates ( int qseq, int maxcand ) : IResult
qseq int
maxcand int
리턴 IResult

GetLengthLCS() 공개 정적인 메소드

public static GetLengthLCS ( int useq, int qseq ) : int
useq int
qseq int
리턴 int

KnrSeqSearchLCS() 공개 메소드

public KnrSeqSearchLCS ( ) : System
리턴 System

KnrSeqSearchLCS() 공개 메소드

public KnrSeqSearchLCS ( KnrSeqSearch knr ) : System
knr KnrSeqSearch
리턴 System