C# Class AcTools.DataAnalyzer.HashStorage

Mostra file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( string carId, string rulesSetId, string hashValue ) : void
carId string
rulesSetId string
hashValue string
return void

FindSimular() public method

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

FromFile() public static method

public static FromFile ( ) : HashStorage
return HashStorage

HasCar() public method

public HasCar ( string carId ) : bool
carId string
return bool

HashStorage() public method

public HashStorage ( ) : System.Collections.Generic
return System.Collections.Generic