Méthode | Description | |
---|---|---|
ClassifierServices ( ) : System | ||
ClassifyEmptyMenuRestaurants ( ) : void | ||
ClassifyRestaurants ( string classifierName, List |
Fuinction classify all Restaurants with empty menus, and update restaurants cuisine Function classify each restaurant in input list first step: try to classify by restaurant name and description if not found goog result (propability lower than threshold) go to second step Second step: execute Google search and try to classify each result choose best result...
|
|
ExecuteGoogleSearchAndSaveResults ( List |
||
GetClassifySet ( ) : List |
||
GetTestSet ( ) : List |
||
GetTrainSetCuisineType ( ) : List |
Must change name to GetTrainSetCuisineType
|
|
GetTrainSetCuisineTypeBackOfficeSource ( ) : List |
||
GetUntrainSet ( List |
||
MarkSearchResultsForTrain ( List |
||
TrainByFilteredGoogleSearch ( string classifierName ) : void | ||
TrainByGoogleSearchResult ( string classifierName ) : void | ||
TrainClassifierWithBackOfficeSourceTrainSet ( ) : void | ||
TrainClassifierWithNotNullCuisineTrainSet ( ) : void |
public ClassifyEmptyMenuRestaurants ( ) : void | ||
Résultat | void |
public ClassifyRestaurants ( string classifierName, List |
||
classifierName | string | |
restsList | List |
|
googleSearchLimit | int | |
Résultat | void |
public ExecuteGoogleSearchAndSaveResults ( List |
||
restsList | List |
|
Résultat | void |
public GetTrainSetCuisineTypeBackOfficeSource ( ) : List |
||
Résultat | List |
public GetUntrainSet ( List |
||
wordsList | List |
|
Résultat | List |
public MarkSearchResultsForTrain ( List |
||
restsList | List |
|
Résultat | void |
public TrainByFilteredGoogleSearch ( string classifierName ) : void | ||
classifierName | string | |
Résultat | void |
public TrainByGoogleSearchResult ( string classifierName ) : void | ||
classifierName | string | |
Résultat | void |
public TrainClassifierWithBackOfficeSourceTrainSet ( ) : void | ||
Résultat | void |
public TrainClassifierWithNotNullCuisineTrainSet ( ) : void | ||
Résultat | void |