C# Класс natix.SimilaritySearch.BinPermsTwoBit

Brief permutations encoded with two bits. Approximated index.
Наследование: BinPerms
Показать файл Открыть проект

Открытые методы

Метод Описание
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