natix.SimilaritySearch.KnrFP.GetFP C# (CSharp) Method

GetFP() public method

public GetFP ( object a ) : int[]
a object
return int[]
        public int[] GetFP(object a)
        {
            return GetFP (a, this.IdxRefs, this.K);
        }

Same methods

KnrFP::GetFP ( object a, Index refs, int k ) : int[]