Exemple #1
0
 def getOptions(self):
     """
     Gets the current settings of the Classifier as string array.
      
     Return:
      
         an array of strings suitable for passing to setOptions
     """
      
     return AbstractClassifier.getOptions(self)
Exemple #2
0
    def getOptions(self):
        """
        Gets the current settings of the Classifier as string array.
         
        Return:
         
            an array of strings suitable for passing to setOptions
        """

        return AbstractClassifier.getOptions(self)