{
    "@context": [
        "https:\/\/doi.org\/doi:10.5063\/schema\/codemeta-2.0",
        "http:\/\/schema.org"
    ],
    "@type": "SoftwareSourceCode",
    "name": "COveR",
    "description": "Provide functions for overlaps clustering, fuzzy clustering and interval-valued data manipulation. The package implement the following algorithms:\r\n- OKM (Overlapping Kmeans) from Cleuziou, G. (2007) <doi:10.1109\/icpr.2008.4761079> ;\r\n- NEOKM (Non-exhaustive overlapping Kmeans) from Whang, J. J., Dhillon, I. S., and Gleich, D. F. (2015) <doi:10.1137\/1.9781611974010.105> ;\r\n- Fuzzy Cmeans from Bezdek, J. C. (1981) <doi:10.1007\/978-1-4757-0450-1> ;\r\n- Fuzzy I-Cmeans from de A.T. De Carvalho, F. (2005) <doi:10.1016\/j.patrec.2006.08.014>.",
    "dateCreated": "2017-09-25",
    "datePublished": "2024-10-11",
    "license": [
        "https:\/\/spdx.org\/licenses\/GPL-2.0+"
    ],
    "url": "https:\/\/hal.science\/hal-04733124",
    "identifier": [
        {
            "@type": "hal",
            "propertyID": "https:\/\/hal.science\/hal-04733124",
            "value": "hal-04733124"
        },
        {
            "@type": "doi",
            "propertyID": "https:\/\/dx.doi.org\/10.32614\/CRAN.package.COveR",
            "value": "10.32614\/CRAN.package.COveR"
        },
        {
            "@type": "swhid",
            "propertyID": "https:\/\/archive.softwareheritage.org\/swh:1:dir:71a84c65c26d147c09dc44641e4981a8ef78fa77;origin=https:\/\/github.com\/Neplex\/COveR;visit=swh:1:snp:bff6b3f03b5a67ded846235e1049466788702c8f;anchor=swh:1:rev:80e059eb372466123587a34c874d1b3b4e3340ce",
            "value": "swh:1:dir:71a84c65c26d147c09dc44641e4981a8ef78fa77;origin=https:\/\/github.com\/Neplex\/COveR;visit=swh:1:snp:bff6b3f03b5a67ded846235e1049466788702c8f;anchor=swh:1:rev:80e059eb372466123587a34c874d1b3b4e3340ce"
        }
    ],
    "applicationCategory": [
        "info.info-ai"
    ],
    "keywords": [
        "clustering",
        "overlapping",
        "interval"
    ],
    "codeRepository": "git+https:\/\/github.com\/Neplex\/COveR.git",
    "relatedLink": [
        "https:\/\/neplex.github.io\/COveR\/index.html",
        "https:\/\/cloud.r-project.org\/web\/packages\/COveR\/index.html"
    ],
    "programmingLanguage": [
        "R",
        "C"
    ],
    "version": "1",
    "softwareVersion": "1.1.0",
    "dateModified": "2025-12-15",
    "developmentStatus": "Concept",
    "author": [
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0002-2885-1152"
                ],
                "givenName": "Guillaume",
                "familyName": "Cleuziou",
                "affiliation": [
                    {
                        "@type": "Organization"
                    },
                    {
                        "@type": "Organization",
                        "name": "LIFO"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0003-4318-4906"
                ],
                "givenName": "Nicolas",
                "familyName": "Hiot",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "LIFO"
                    }
                ]
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "givenName": "Nicolas",
            "familyName": "Hiot"
        }
    ]
}