Skip to content

Commit 2d449b5

Browse files
committed
Updated Intro Notebook
1 parent 43873a9 commit 2d449b5

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Intro_DBCV.ipynb renamed to Intro_kDBCV.ipynb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "24d8de24",
66
"metadata": {},
77
"source": [
8-
"# Introduction Notebook for DBCV"
8+
"# Introduction Notebook for k-DBCV"
99
]
1010
},
1111
{
@@ -19,7 +19,7 @@
1919
"from sklearn import datasets\n",
2020
"import matplotlib.pyplot as plt\n",
2121
"\n",
22-
"from DBCV import DBCV_score\n",
22+
"from kDBCV import DBCV_score\n",
2323
"from ClustSim import simulate_clusters, plot_clusters"
2424
]
2525
},
@@ -147,14 +147,6 @@
147147
"source": [
148148
"DBCV_score(X, labels, mem_cutoff=0.001)"
149149
]
150-
},
151-
{
152-
"cell_type": "code",
153-
"execution_count": null,
154-
"id": "57bfaf68-0ad9-4463-88f4-3df36eb5d6a7",
155-
"metadata": {},
156-
"outputs": [],
157-
"source": []
158150
}
159151
],
160152
"metadata": {
@@ -173,7 +165,7 @@
173165
"name": "python",
174166
"nbconvert_exporter": "python",
175167
"pygments_lexer": "ipython3",
176-
"version": "3.9.16"
168+
"version": "3.9.18"
177169
}
178170
},
179171
"nbformat": 4,

0 commit comments

Comments
 (0)