Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,12 +147,12 @@ st.header('Precision and Recall')
|
|
147 |
st.write(p, r)
|
148 |
|
149 |
st.header('Hausdorff metric')
|
150 |
-
st.
|
151 |
|
152 |
-
st.
|
153 |
|
154 |
|
155 |
-
st.
|
156 |
|
157 |
|
158 |
|
|
|
147 |
st.write(p, r)
|
148 |
|
149 |
st.header('Hausdorff metric')
|
150 |
+
st.subheader(hausdorff(bkps, bkps1))
|
151 |
|
152 |
+
st.subheader('Rand index')
|
153 |
|
154 |
|
155 |
+
st.subheader(randindex(bkps, bkps1))
|
156 |
|
157 |
|
158 |
|