'''
def rowMax(self): """Returns ara containing most frequent element in each row of the profile.""" return max(self.Data, 1)