C# 클래스 natix.SimilaritySearch.SAT_Randomized

상속: SAT
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
Build ( MetricDB db, Random rand ) : void
Build ( MetricDB db, Random rand, int arity ) : void
SAT_Randomized ( ) : System

보호된 메소드들

메소드 설명
BuildNodeRandom ( Node node, IList input_collection, int arity, int &count_step ) : void

메소드 상세

Build() 공개 메소드

public Build ( MetricDB db, Random rand ) : void
db MetricDB
rand System.Random
리턴 void

Build() 공개 메소드

public Build ( MetricDB db, Random rand, int arity ) : void
db MetricDB
rand System.Random
arity int
리턴 void

BuildNodeRandom() 보호된 메소드

protected BuildNodeRandom ( Node node, IList input_collection, int arity, int &count_step ) : void
node Node
input_collection IList
arity int
count_step int
리턴 void

SAT_Randomized() 공개 메소드

public SAT_Randomized ( ) : System
리턴 System