Пример #1
0
 def __init__(self,debugFlag):
     """
     Default constructor.
     
     Parameters:
     
     debugFlag     -    the debugging flag. If set to True, then detailed
                        debugging messages will be printed to the terminal
                        during execution.
     """
     FeatureExtractor.__init__(self,debugFlag)