c3fd7d1a6172a1133cb33f55a92985f6d34779db,classifier4gyoithon/GyoiClassifier.py,DeepClassifier,__init__,#DeepClassifier#,23
Before Change
try:
config.read(os.path.join(self.full_path, "config.ini"))
except FileExistsError as err:
print("File exists error: {0}".format(err))
sys.exit(1)
self.category_type = config["Common"]["category"]
self.train_path = os.path.join(self.full_path, config["GyoiClassifier"]["train_path"])
After Change
try:
config.read(os.path.join(self.full_path, "config.ini"))
except FileExistsError as err:
self.utility.print_exception(err, "File exists error: {0}".format(err))
sys.exit(1)
self.category_type = config["Common"]["category"]
self.train_path = os.path.join(self.full_path, config["GyoiClassifier"]["train_path"])
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: gyoisamurai/GyoiThon
Commit Name: c3fd7d1a6172a1133cb33f55a92985f6d34779db
Time: 2018-08-20
Author: gyoiler3@gmail.com
File Name: classifier4gyoithon/GyoiClassifier.py
Class Name: DeepClassifier
Method Name: __init__
Project Name: gyoisamurai/GyoiThon
Commit Name: cb54672c91f92d68179b2bdcfeb617f6bef9f390
Time: 2018-08-20
Author: gyoiler3@gmail.com
File Name: gyoithon.py
Class Name:
Method Name: identify_product
Project Name: gyoisamurai/GyoiThon
Commit Name: 4673937fdcb248168fdc25d49b74c5c8f35eed63
Time: 2019-03-13
Author: gyoiler3@gmail.com
File Name: modules/Gyoi_Creator.py
Class Name: Creator
Method Name: decompress_file