{
  "_id": "6a229086cd65a98ecbd55acb",
  "Package": "discoCVI",
  "Type": "Package",
  "Title": "Implementation of the DISCO Metric for Internal Clustering\nEvaluation",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Amin\", \"Entezari\",\nemail   = \"amin_entezari@outlook.com\",\nrole    = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0005-4733-6032\")),\nperson(\"Davide\", \"Chicco\",\nemail   = \"davidechicco@davidechicco.it\",\nrole    = \"ctb\",\ncomment = c(ORCID = \"0000-0001-9655-7142\",\n\"Supervision and guidance\")),\nperson(\"Anna\", \"Beer\",\nrole    = \"aut\",\ncomment = \"Original Python implementation (arXiv:2503.00127)\"),\nperson(\"Lena\", \"Krieger\",\nrole    = \"aut\",\ncomment = \"Original Python implementation (arXiv:2503.00127)\"),\nperson(\"Pascal\", \"Weber\",\nrole    = \"aut\",\ncomment = \"Original Python implementation (arXiv:2503.00127)\"))",
  "Description": "Implementation of the DISCO (Density-based Internal Score\nfor Clusterings with nOise) metric, a cluster validity index\nfor evaluating density-based clustering results without ground\ntruth labels. DISCO is the first index to explicitly assess the\nquality of noise point assignments in addition to cluster\nquality. It uses density-connectivity distance derived from a\nminimum spanning tree of the mutual-reachability graph,\nproviding interpretable, bounded scores in [-1, 1]. Higher\nscores indicate better clustering. Based on Beer et al. (2025)\n<doi:10.48550/arXiv.2503.00127>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "RoxygenNote": "7.3.3",
  "URL": "https://github.com/aminentezari/discoCVI",
  "BugReports": "https://github.com/aminentezari/discoCVI/issues",
  "Repository": "https://aminentezari.r-universe.dev",
  "Date/Publication": "2026-05-02 08:57:34 UTC",
  "RemoteUrl": "https://github.com/aminentezari/discocvi",
  "RemoteRef": "HEAD",
  "RemoteSha": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 08:58:47 UTC",
    "User": "root"
  },
  "Author": "Amin Entezari [aut, cre] (ORCID:\n<https://orcid.org/0009-0005-4733-6032>),\nDavide Chicco [ctb] (ORCID: <https://orcid.org/0000-0001-9655-7142>,\nSupervision and guidance),\nAnna Beer [aut] (Original Python implementation (arXiv:2503.00127)),\nLena Krieger [aut] (Original Python implementation (arXiv:2503.00127)),\nPascal Weber [aut] (Original Python implementation (arXiv:2503.00127))",
  "Maintainer": "Amin Entezari <amin_entezari@outlook.com>",
  "MD5sum": "26c432524a83960d89533da59b348bdd",
  "_user": "aminentezari",
  "_type": "src",
  "_file": "discoCVI_0.1.1.tar.gz",
  "_fileid": "22c8b45c6a42fa22e4fd0da8f38f2a4635cbf8ec282b5164337b1e06fb1a9f30",
  "_filesize": 212217,
  "_sha256": "22c8b45c6a42fa22e4fd0da8f38f2a4635cbf8ec282b5164337b1e06fb1a9f30",
  "_created": "2026-06-05T08:58:47.000Z",
  "_published": "2026-06-05T09:01:58.492Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79696522389,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7432781020"
    },
    {
      "job": 79696522374,
      "time": 97,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432777558"
    },
    {
      "job": 79696522353,
      "time": 129,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7432780281"
    },
    {
      "job": 79696522363,
      "time": 148,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432783503"
    },
    {
      "job": 79696113983,
      "time": 163,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432746489"
    },
    {
      "job": 79696522352,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432775415"
    },
    {
      "job": 79696522361,
      "time": 70,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7432768828"
    },
    {
      "job": 79696522391,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7432769206"
    },
    {
      "job": 79696522413,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7432770249"
    }
  ],
  "_buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/aminentezari/discocvi",
  "_commit": {
    "id": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
    "author": "aminentezari <148530744+aminentezari@users.noreply.github.com>",
    "committer": "aminentezari <148530744+aminentezari@users.noreply.github.com>",
    "message": "Some modification applied based on Cran reviewer\n",
    "time": 1777712254
  },
  "_maintainer": {
    "name": "Amin Entezari",
    "email": "amin_entezari@outlook.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "dbscan",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "aminentezari",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-47",
      "n": 5
    },
    {
      "week": "2025-48",
      "n": 9
    },
    {
      "week": "2025-49",
      "n": 3
    },
    {
      "week": "2025-50",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 9
    },
    {
      "week": "2026-13",
      "n": 6
    },
    {
      "week": "2026-17",
      "n": 12
    },
    {
      "week": "2026-18",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "aminentezari",
      "count": 32,
      "uuid": 148530744
    }
  ],
  "_userbio": {
    "uuid": 148530744,
    "type": "user",
    "name": "Amin Entezari"
  },
  "_downloads": {
    "count": 236,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/discoCVI"
  },
  "_devurl": "https://github.com/aminentezari/discocvi",
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/discoCVI.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/aminentezari/discocvi",
  "_realowner": "aminentezari",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-05-05"
    }
  ],
  "_exports": [
    "compute_dc_distances",
    "disco_samples",
    "disco_score",
    "p_cluster",
    "p_noise"
  ],
  "_help": [
    {
      "page": "compute_dc_distances",
      "title": "Compute density-connectivity (DC) distances",
      "topics": [
        "compute_dc_distances"
      ]
    },
    {
      "page": "disco_samples",
      "title": "Per-sample DISCO scores",
      "topics": [
        "disco_samples"
      ]
    },
    {
      "page": "disco_score",
      "title": "Overall DISCO score",
      "topics": [
        "disco_score"
      ]
    },
    {
      "page": "p_cluster",
      "title": "Silhouette-like cluster scores using DC distances",
      "topics": [
        "p_cluster"
      ]
    },
    {
      "page": "p_noise",
      "title": "Noise-point scores",
      "topics": [
        "p_noise"
      ]
    }
  ],
  "_readme": "https://github.com/aminentezari/discocvi/raw/HEAD/README.md",
  "_rundeps": [
    "FNN"
  ],
  "_score": 3.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "discocvi",
  "_universes": [
    "aminentezari"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:44.000Z",
      "distro": "noble",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "8e2727163cba60c9ad83ceb811ea5b5e5290896df54fee4910785d8caf65711c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:33.000Z",
      "distro": "noble",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "17b3b79b8fb9e2c4f2707f0ba4de47ae10cb4b37858237fb9fdbfb7990bfb21e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:45.000Z",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "29ecf6f2d0a6c783489309fefb9b9f68aaa5f6e89d4c8d474ca52da806824b54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:52.000Z",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "0a94dc35d6920b0305467364621c323412e10832622e24d81e909edec0d81521",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:35.000Z",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "83a237724b04962e7f5e361ce39adc3588ef671d9f7d507a4e69e72bb88baca2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:01.000Z",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "96956f2c6d0b6f3f57725698d50d0233c92c3eb0e914fa90ecc7e743d55d5179",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:01.000Z",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "0d28a822ff695611f1bb87369fc1016c5bb75751fbe19ab28e92c7436d39c231",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-05T09:00:00.000Z",
      "commit": "15fbcba17e88c01a182ec14fe00535cebabf9b49",
      "fileid": "3fd530ab0ee72119362a659e2ceb9ea08f27a137fb9cc289580b3765881629db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aminentezari/actions/runs/27005532792"
    }
  ]
}