C# Class AcTools.DataAnalyzer.HashStorage

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( string carId, string rulesSetId, string hashValue ) : void
carId string
rulesSetId string
hashValue string
Résultat void

FindSimular() public méthode

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

FromFile() public static méthode

public static FromFile ( ) : HashStorage
Résultat HashStorage

HasCar() public méthode

public HasCar ( string carId ) : bool
carId string
Résultat bool

HashStorage() public méthode

public HashStorage ( ) : System.Collections.Generic
Résultat System.Collections.Generic