Skip to content

Commit

Permalink
Update ML_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YitongXia authored Mar 25, 2022
1 parent 9d41976 commit 4bcfbaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ML_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ def plot_t_sne(dataset):
dataset = np.loadtxt(dataset_file)
label = np.loadtxt(label_file)

selected_dataset_file = path + r"\dataset.txt"
selected_label_file = path + r"\label.txt"
selected_dataset_file = path + r"\dataset_selected.txt"
selected_label_file = path + r"\label_selected.txt"
we_selected_dataset = np.loadtxt(selected_dataset_file)
we_selected_label = np.loadtxt(selected_label_file)


# load dataset with labels
both_file = path + r"\both.txt"
Expand Down

0 comments on commit 4bcfbaa

Please sign in to comment.