コード例 #1
0
ファイル: JeroR.py プロジェクト: TheSengers/Weka
 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)
コード例 #2
0
ファイル: JeroR.py プロジェクト: AndrewSviridov/wekaexamples
    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)