Skip to content

Commit abf5885

Browse files
Update digits.ipynb
Fix 'coverer' argument to 'cover' in mapper.map().
1 parent fdf42dd commit abf5885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/digits/digits.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"# Get the simplicial complex \n",
7474
"scomplex = mapper.map(projected_data,\n",
7575
" clusterer=sklearn.cluster.DBSCAN(eps=0.3, min_samples=15),\n",
76-
" coverer=km.Cover(35, 0.9))"
76+
" cover=km.Cover(35, 0.9))"
7777
]
7878
},
7979
{

0 commit comments

Comments
 (0)