/** Machine Learning Web Service - returns the count of all the different labels */
 @WebMethod(operationName = "getTotalsForMachineLearningCompanyData")
 public SentimentRow getTotalsForMachineLearningCompanyData()
     throws NamingException, SQLException {
   return DBMachineLearningOperations.getTotalsForMachineLearningCompanyData();
 }