{
  "_id": "6a26a44f24555f66ed522d71",
  "Package": "mlquantify",
  "Type": "Package",
  "Title": "Algorithms for Class Distribution Estimation",
  "Version": "0.2.0",
  "Authors@R": "c(\nperson(\"Andre\", \"Maletzke\", email = \"andregustavom@gmail.com\", role = c(\"aut\",\"cre\")),\nperson(\"Everton\", \"Cherman\", email = \"evertoncherman@gmail.com\", role = \"ctb\"),\nperson(\"Denis\", \"dos Reis\", email = \"denismr@gmail.com\", role = \"ctb\"),\nperson(\"Gustavo\", \"Batista\", email = \"g.batista@unsw.edu.au\", role = \"ths\"))",
  "Maintainer": "Andre Maletzke <andregustavom@gmail.com>",
  "Description": "Quantification is a prominent machine learning task that\nhas received an increasing amount of attention in the last\nyears. The objective is to predict the class distribution of a\ndata sample. This package is a collection of machine learning\nalgorithms for class distribution estimation. This package\ninclude algorithms from different paradigms of quantification.\nThese methods are described in the paper: A. Maletzke, W.\nHassan, D. dos Reis, and G. Batista. The importance of the test\nset size in quantification assessment. In Proceedings of the\nTwenty-Ninth International Joint Conference on Artificial\nIntelligence, IJCAI20, pages 2640–2646, 2020.\n<doi:10.24963/ijcai.2020/366>.",
  "License": "GPL (>= 2.0)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "NeedsCompilation": "no",
  "Author": "Andre Maletzke [aut, cre], Everton Cherman [ctb], Denis dos\nReis [ctb], Gustavo Batista [ths]",
  "RoxygenNote": "7.1.1",
  "BugReports": "https://github.com/andregustavom/mlquantify/issues",
  "URL": "https://github.com/andregustavom/mlquantify",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://andregustavom.r-universe.dev",
  "Date/Publication": "2022-01-20 13:36:12 UTC",
  "RemoteUrl": "https://github.com/andregustavom/mlquantify",
  "RemoteRef": "HEAD",
  "RemoteSha": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
  "Packaged": {
    "Date": "2026-06-08 11:12:35 UTC",
    "User": "root"
  },
  "MD5sum": "f46159a86748257bddc40775d40c7554",
  "_user": "andregustavom",
  "_type": "src",
  "_file": "mlquantify_0.2.0.tar.gz",
  "_fileid": "be74c8e45a5860ae6ef7c487fc907695ac229ea90b1a72a23ef7287105f4d0d6",
  "_filesize": 255844,
  "_sha256": "be74c8e45a5860ae6ef7c487fc907695ac229ea90b1a72a23ef7287105f4d0d6",
  "_created": "2026-06-08T11:12:35.000Z",
  "_published": "2026-06-08T11:15:27.502Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80080991623,
      "time": 128,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7478605521"
    },
    {
      "job": 80080991645,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7478607536"
    },
    {
      "job": 80080991643,
      "time": 91,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7478592434"
    },
    {
      "job": 80080991656,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7478591388"
    },
    {
      "job": 80080448618,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478559964"
    },
    {
      "job": 80080991619,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7478603339"
    },
    {
      "job": 80080991621,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7478589718"
    },
    {
      "job": 80080991641,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7478584995"
    },
    {
      "job": 80080991640,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7478592548"
    }
  ],
  "_buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/andregustavom/mlquantify",
  "_commit": {
    "id": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
    "author": "Andre Maletzke <andregustavom@gmail.com>",
    "committer": "Andre Maletzke <andregustavom@gmail.com>",
    "message": "New methods added. EM method updated (bugs fixed).\n",
    "time": 1642685772
  },
  "_maintainer": {
    "name": "Andre Maletzke",
    "email": "andregustavom@gmail.com",
    "login": "andregustavom",
    "description": "Assistant Professor at the Western Parana State University. My research focuses on quantification methods for non-stationary problems",
    "uuid": 17483426
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "randomForest",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "CORElearn",
      "role": "Suggests"
    }
  ],
  "_owner": "andregustavom",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 7,
  "_contributors": [
    {
      "user": "andregustavom",
      "count": 16,
      "uuid": 17483426
    }
  ],
  "_userbio": {
    "uuid": 17483426,
    "type": "user",
    "name": "Andre Maletzke",
    "description": "Assistant Professor at the Western Parana State University. My research focuses on quantification methods for non-stationary problems"
  },
  "_downloads": {
    "count": 153,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mlquantify"
  },
  "_devurl": "https://github.com/andregustavom/mlquantify",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mlquantify.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/andregustavom/mlquantify",
  "_realowner": "andregustavom",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.4",
      "date": "2020-09-23"
    },
    {
      "version": "0.1.5",
      "date": "2021-04-13"
    },
    {
      "version": "0.2.0",
      "date": "2022-01-20"
    }
  ],
  "_exports": [
    "ACC",
    "CC",
    "DyS",
    "EMQ",
    "getTPRandFPRbyThreshold",
    "HDy_LP",
    "KUIPER",
    "MAX",
    "MKS",
    "MS",
    "MS2",
    "PACC",
    "PCC",
    "PWK",
    "SMM",
    "SORD",
    "T50",
    "X"
  ],
  "_datasets": [
    {
      "name": "aeAegypti",
      "title": "Males and Females Aedes Aegypti data from Maletzke (2019)",
      "object": "aeAegypti",
      "class": [
        "data.frame"
      ],
      "fields": [
        "class",
        "wbf",
        "peaks_freq_1",
        "peaks_freq_2",
        "peaks_freq_3",
        "peaks_freq_4",
        "peaks_freq_5",
        "peaks_freq_6",
        "range"
      ],
      "rows": 1800,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "ACC",
      "title": "Adjusted Classify and Count",
      "topics": [
        "ACC"
      ]
    },
    {
      "page": "aeAegypti",
      "title": "Males and Females Aedes Aegypti data from Maletzke (2019)",
      "topics": [
        "aeAegypti"
      ]
    },
    {
      "page": "CC",
      "title": "Classify and Count",
      "topics": [
        "CC"
      ]
    },
    {
      "page": "DyS",
      "title": "DyS Framework",
      "topics": [
        "DyS"
      ]
    },
    {
      "page": "EMQ",
      "title": "Expectation-Maximization Quantification",
      "topics": [
        "EMQ"
      ]
    },
    {
      "page": "getTPRandFPRbyThreshold",
      "title": "Estimates true and false positive rates",
      "topics": [
        "getTPRandFPRbyThreshold"
      ]
    },
    {
      "page": "HDy_LP",
      "title": "HDy with Laplace smoothing",
      "topics": [
        "HDy_LP"
      ]
    },
    {
      "page": "KUIPER",
      "title": "Quantification method based on Kuiper's test",
      "topics": [
        "KUIPER"
      ]
    },
    {
      "page": "MAX",
      "title": "Threshold selection method",
      "topics": [
        "MAX"
      ]
    },
    {
      "page": "MKS",
      "title": "Mixable Kolmogorov Smirnov",
      "topics": [
        "MKS"
      ]
    },
    {
      "page": "MS",
      "title": "Median Sweep",
      "topics": [
        "MS"
      ]
    },
    {
      "page": "MS2",
      "title": "Threshold selection method. Median Sweep",
      "topics": [
        "MS2"
      ]
    },
    {
      "page": "PACC",
      "title": "Probabilistic Adjusted Classify and Count",
      "topics": [
        "PACC"
      ]
    },
    {
      "page": "PCC",
      "title": "Probabilistic Classify and Count",
      "topics": [
        "PCC"
      ]
    },
    {
      "page": "PWK",
      "title": "Proportion-weighted k-nearest neighbor",
      "topics": [
        "PWK"
      ]
    },
    {
      "page": "SMM",
      "title": "Sample Mean Matching",
      "topics": [
        "SMM"
      ]
    },
    {
      "page": "SORD",
      "title": "Sample ORD Dissimilarity",
      "topics": [
        "SORD"
      ]
    },
    {
      "page": "T50",
      "title": "Threshold selection method",
      "topics": [
        "T50"
      ]
    },
    {
      "page": "X",
      "title": "Threshold selection method",
      "topics": [
        "X"
      ]
    }
  ],
  "_readme": "https://github.com/andregustavom/mlquantify/raw/HEAD/README.md",
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "FNN",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "randomForest",
    "RColorBrewer",
    "Rcpp",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 3.5440680443502757,
  "_indexed": true,
  "_nocasepkg": "mlquantify",
  "_universes": [
    "andregustavom"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-08T11:14:45.000Z",
      "distro": "noble",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "1dd7239e8e07a405f861d36efc59442dd3101b3c6206c0ed73a55e04b8a9bdc8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-08T11:14:49.000Z",
      "distro": "noble",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "b8b62436790952bfb01f07d641924f8fea0a1b6f6f8ff45ae0811d379f0afacc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-08T11:14:09.000Z",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "872a2e04b64a5baa20450103014f68d331dbce36ce1c4a2a6a6d956548f2fdea",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-08T11:14:06.000Z",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "5e2c734c4f64a3caac2f021a757377493327e9df3f87e37d3409e6c8afb12675",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-08T11:14:54.000Z",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "8d7a8db13f484cc377541714e7b299e00b4b8a7935e721bf55c8520069cc3f56",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-08T11:13:54.000Z",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "b9d3dbfbb0a52aad28602e31f05c87f750cfc5e9b8d2c159cc6c816a2d12528d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-08T11:13:42.000Z",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "c03a42cb43cbbac747d7445dcf8f78f6b4fcbbac26d5cd47a8c02ee82b08e10c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-08T11:14:05.000Z",
      "commit": "5d7c9ea9ca8ef5992c922cfed4b9a5e31e46ac54",
      "fileid": "d5c12934c6e833236ba93a802b99c6390d9c61353b0a63ced62dbb678f57e0f8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/andregustavom/actions/runs/27133603423"
    }
  ]
}