C# 클래스 natix.SimilaritySearch.EPListRandomPivots

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

공개 메소드들

메소드 설명
EPListRandomPivots ( ) : System
EPListRandomPivots ( MetricDB DB, int num_pivots, Random rand ) : System

보호된 메소드들

메소드 설명
ComputeDistRow ( DynamicSequentialOrdered idxseq, Random rand, HashSet already_pivot, List pivs, List _items ) : void

메소드 상세

ComputeDistRow() 보호된 메소드

protected ComputeDistRow ( DynamicSequentialOrdered idxseq, Random rand, HashSet already_pivot, List pivs, List _items ) : void
idxseq DynamicSequentialOrdered
rand System.Random
already_pivot HashSet
pivs List
_items List
리턴 void

EPListRandomPivots() 공개 메소드

public EPListRandomPivots ( ) : System
리턴 System

EPListRandomPivots() 공개 메소드

public EPListRandomPivots ( MetricDB DB, int num_pivots, Random rand ) : System
DB MetricDB
num_pivots int
rand System.Random
리턴 System