C# 클래스 natix.SimilaritySearch.BinPermsTwoBit

Brief permutations encoded with two bits. Approximated index.
상속: BinPerms
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
BinPermsTwoBit ( ) : System

Constructor

Encode ( Int16 inv ) : byte[]

Encode the inverse permutation into a bit-string / brief permutation

GetDimLengthInBytes ( int invlen ) : int

Returns the length in bytes of the encoded permutation

메소드 상세

BinPermsTwoBit() 공개 메소드

Constructor
public BinPermsTwoBit ( ) : System
리턴 System

Encode() 공개 메소드

Encode the inverse permutation into a bit-string / brief permutation
public Encode ( Int16 inv ) : byte[]
inv System.Int16
리턴 byte[]

GetDimLengthInBytes() 공개 메소드

Returns the length in bytes of the encoded permutation
public GetDimLengthInBytes ( int invlen ) : int
invlen int
리턴 int