From f4b44030ee2cb120e1adafdf60996a326008b7dd Mon Sep 17 00:00:00 2001 From: Mohammad Ali Abbas Date: Mon, 1 May 2023 22:34:38 +0300 Subject: [PATCH] Update README.md update readme with the two different importing methods of DenMune on codeocean --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6e4a54..9c23c83 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ DenMune is a clustering algorithm that can find clusters of arbitrary size, shap Collaborative Test Drive (New) ------------------------------ -Now you can reproduce all the research experiments, and even share the results and collaborate to the algorithm using my capsule on CodeOcean, your collaborative test drive. +Now you can reproduce all the research experiments, and even share the results and collaborate to the algorithm using our capsule on CodeOcean. Each Capsule is a self-contained computational experiment with computing environment, code, data, version history, and results. -https://codeocean.com/capsule/3560333/tree/v2 +| Capsule URL | Description | +| --------------------------------------------- | ----------------------------------------------- | +| https://codeocean.com/capsule/3560333/tree/v1 | importing DenmUne from source code files | +| https://codeocean.com/capsule/3560333/tree/v2 | importing DenmUne after installing it using pip |