Exemple #1
0
 public bool TestMLMainModelFolderSource(String folderPath)
 {
     if (FastTreePredictor.IsMLModelExisting(folderPath) &&
         LottoMatchCountPredictor.IsMLModelExisting(folderPath) &&
         DrawResultWinCountPredictor.IsMLModelExisting(folderPath) &&
         SDCARegressionPredictor.IsMLModelExisting(folderPath))
     {
         return(true);
     }
     return(false);
 }