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