Exemplo n.º 1
0
    def readFileAttributes(self):

        fileName = self.internalConfig["annotation_attribute_file"]
        self.pfa = pcssIO.PcssFileAttributes(fileName)
Exemplo n.º 2
0
    def readFileAttributes(self):

        fileName = self.internalConfig["training_attribute_file"]
        self.pfa = pcssIO.PcssFileAttributes(fileName)
Exemplo n.º 3
0
 def readFileAttributes(self):
     fileName = self.internalConfig[
         "svm_application_cluster_attribute_file"]
     self.pfa = pcssIO.PcssFileAttributes(fileName)