C# 클래스 AcTools.DataAnalyzer.HashStorage

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string carId, string rulesSetId, string hashValue ) : void
FindSimular ( string carId, string rulesSetId, string hashValue, double threshold, RulesSet set = null ) : IEnumerable
FromFile ( ) : HashStorage
HasCar ( string carId ) : bool
HashStorage ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( string carId, string rulesSetId, string hashValue ) : void
carId string
rulesSetId string
hashValue string
리턴 void

FindSimular() 공개 메소드

public FindSimular ( string carId, string rulesSetId, string hashValue, double threshold, RulesSet set = null ) : IEnumerable
carId string
rulesSetId string
hashValue string
threshold double
set RulesSet
리턴 IEnumerable

FromFile() 공개 정적인 메소드

public static FromFile ( ) : HashStorage
리턴 HashStorage

HasCar() 공개 메소드

public HasCar ( string carId ) : bool
carId string
리턴 bool

HashStorage() 공개 메소드

public HashStorage ( ) : System.Collections.Generic
리턴 System.Collections.Generic