Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://doi.org/10.5281/zenodo.10843109
31 January 2025, 16:58:35 UTC
  • Code
  • Branches (0)
  • Releases (1)
  • Visits
    • Branches
    • Releases
      • 1
      • 1
    • ff60e64
    • /
    • bioRgeo-bioregion-c58cabf
    • /
    • TODO.md
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    origin badgecontent badge
    swh:1:cnt:0bbce2c91b3f9e85612b0f7d89bfc22220bb5ade
    origin badgedirectory badge
    swh:1:dir:58d5760648756a17b67a23604f0c386bfd843cf2
    origin badgesnapshot badge
    swh:1:snp:9ac183ddfcb892225ec7c201b891b4c68ced2af1
    origin badgerelease badge
    swh:1:rel:66e9455c19d99cb51c11cebc2cf668f3483e5c4a

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    TODO.md
    **<span style="color:black"><font size="4">bioregion's TO DO list</span></font>**
    
    #### Issues (in French, some of them may have already been fixed).
    
    nhbclu_clara et clarans
        - bien vérifier le problème de seed...
    
    site_species_metrics
        - Ajouter un test pour bipartite_link ?
        - Changer le nom bipartite_link (net dans bioregionalization_metrics) ?
        - Problèmes avec affinity, fidelity et indicator_value :
            - Plantage lorsqu'ils sont utilisés seuls (problème avec names(p_ij) non défini).
            - Seulement rho et cz spécifié dans la documentation.
        - Problème de contradiction entre la documentation et la fonction pour cluster_object
          (peut-on utiliser un data.frame ou une liste de data.frame ?) ?
    
    bioregion_metrics
        - Problème de contradiction entre la documentation et la fonction pour cluster_object
          (peut-on utiliser un data.frame ou une liste de data.frame ?) ?
        - bug     comat_not_j <- comat[-which(rownames(comat) %in% sites_j), ] quand
          un seul site dans une bioregion j'ai l'impression
    #' comat <- matrix(sample(1000, 50), 5, 10)
    #' rownames(comat) <- paste0("Site", 1:5)
    #' colnames(comat) <- paste0("Species", 1:10)
    #'
    #' net <- similarity(comat, metric = "Simpson")
    #' clust <- netclu_greedy(net)
    #' 
    #' bioregion_metrics(bioregionalization = clust, 
    #'                   comat = comat) 
    
    bioregionalizations_metrics
        - bioregion.partition.metrics ? On utilise les termes cluster_object, clusters, partition,
          partitions, bioregionalizations de manière interchangeable. Faut-il harmoniser les noms ?
        - Ajouter data.frame et dist dans les entrées possibles.
        - Documentation étrange pour dissimilarity (tree ?)
    
    find_optimal_n
        - Changer le nom partitions ?
        - Le data.frame avec les colonnes K et n_clusters trop contraignant ?
        - Test valeurs NA (et d'autres tests) pour le data.frame ?
        - Problème avec les valeurs min et max (voir tests) ?
    
    compare_bioregionalizations
        - Ajouter un test pour vérifier les data.frame et adapter les contrôles pour les listes de
          data.frame ?
        - Ajouter une colonne ID pour chaque data.frame ?
        - Imaginer un méta-objet bioregion.clusters permettant de fusionner les sorties des
          algorithmes ?
    
    
    #### New functions
    
    * Add fuzzy clustering methods
    
    * from_abcABC (to compute metrics from abc and/or ABC).
    
    * reassign_cluster (to assign or reassign cluster based on a partition and a 
    (dis)similarity metric) + spatial coherence (reassignment of sites)
    
    * between_bioregions_metrics() => 'beta-diversity' between bioregions, output:
    matrix/network, produces results like in Lenormand et al. 2019
    
    * Function to visualize network (maybe with visNetwork()) from
    between_bioregions_metrics()
    
    #### New features
    
    * Allow to launch OPTICS with a vector of parameter values (as in kmeans).
    
    * Parallelize clu_ functions. 
    
    * https://stats.stackexchange.com/questions/260487/adjusted-rand-index-vs-adjusted-mutual-information
    
    * Code IHCT in Rcpp
    
    #### Miscellaneous
    
    * data-raw ? 
    
    
    

    back to top

    Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API