Skip to content
Snippets Groups Projects
Commit 572a72ec authored by AjUm-HEIDI's avatar AjUm-HEIDI
Browse files

Fix readme file

parent 2a187771
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class BA2Motif(Base):
A class to process the BA2Motif dataset, find frequent patterns, and visualize graphs and patterns.
"""
def __init__(self, path='../rawData'):
def __init__(self, path='rawData/BA2Motif'):
"""
Initialize the BA2Motif processor.
......
......@@ -6,7 +6,7 @@ class MUTAG(Base):
A class to process the MUTAG dataset, find frequent patterns, and visualize graphs and patterns.
"""
def __init__(self, path='./rawData/TUDataset'):
def __init__(self, path='rawData/TUDataset'):
"""
Initialize the MUTAG processor.
......
......@@ -9,7 +9,7 @@ class MultiShape(Base):
A class to process the BAMultiShapes dataset, find frequent patterns, and visualize graphs and patterns.
"""
def __init__(self, path='../rawData'):
def __init__(self, path='rawData/MultiShape'):
"""
Initialize the MultiShape processor.
......
......@@ -8,7 +8,7 @@ The script allows for running experiments on two types of datasets: structured a
## Requirements
- Python 3.6 or higher
- Python 3.8.20 (The experiments were run on this version. It is recommended to use this version for best compatibility.)
- OpenAI API key
- Dependencies are listed in the `requirements.txt` file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment