예제 #1
0
파일: JeroR.py 프로젝트: TheSengers/Weka
 def listOptions(self):
     """
     Returns an enumeration describing the available options.
     
     Return:
      
         an enumeration of all the available options.
     """
      
     return AbstractClassifier.listOptions(self)
예제 #2
0
    def listOptions(self):
        """
        Returns an enumeration describing the available options.
        
        Return:
         
            an enumeration of all the available options.
        """

        return AbstractClassifier.listOptions(self)