Spaces:
Build error
Build error
tareknaous
commited on
Commit
•
ed46de3
1
Parent(s):
97c0880
Update app.py
Browse files
app.py
CHANGED
@@ -189,6 +189,11 @@ description = '''
|
|
189 |
Gradio Demo for Visual Clustering on synthetic datasets.
|
190 |
|
191 |
* **Number of Clusters**: Set the number of clusters to generate in the dataset (Fixed to only 2 in noisy circles and moons)
|
|
|
|
|
|
|
|
|
|
|
192 |
'''
|
193 |
|
194 |
iface = gr.Interface(
|
|
|
189 |
Gradio Demo for Visual Clustering on synthetic datasets.
|
190 |
|
191 |
* **Number of Clusters**: Set the number of clusters to generate in the dataset (Fixed to only 2 in noisy circles and moons)
|
192 |
+
* **Number of Samples**: Number of data points in the dataset
|
193 |
+
* **Noise**: Controls level of noise in noisy circles and moons
|
194 |
+
* **Random State**: Allows you to change the location of the generated clusters
|
195 |
+
* **Denoising Filter Kernel Size**: Size of the denoising filter
|
196 |
+
* **Max Filter Kernel Size**: Size of the max filter
|
197 |
'''
|
198 |
|
199 |
iface = gr.Interface(
|