/** Machine Learning Web Service - returns the all Tweets */
 @WebMethod(operationName = "getAllClassifiedCompanyTweets")
 public Vector<MachineLearningItem> getAllClassifiedCompanyTweets()
     throws NamingException, SQLException {
   return DBMachineLearningOperations.getAllClassifiedCompanyTweets();
 }