{
  "_id": "6a3b48ef5cdecea1d6816fcb",
  "Package": "fastAdaboost",
  "Type": "Package",
  "Title": "a Fast Implementation of Adaboost",
  "Description": "Implements Adaboost based on C++ backend code. This is\nblazingly fast and especially useful for large, in memory data\nsets. The package uses decision trees as weak classifiers. Once\nthe classifiers have been trained, they can be used to predict\nnew data. Currently, we support only binary classification\ntasks. The package implements the Adaboost.M1 algorithm and the\nreal Adaboost(SAMME.R) algorithm.",
  "Version": "1.0.0",
  "Date": "2016-02-23",
  "Author": "Sourav Chatterjee [aut, cre]",
  "Maintainer": "Sourav Chatterjee <souravc83@gmail.com>",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/souravc83/fastAdaboost",
  "BugReports": "https://github.com/souravc83/fastAdaboost/issues",
  "RoxygenNote": "5.0.1",
  "Repository": "https://rickhelmus.r-universe.dev",
  "Date/Publication": "2016-03-10 03:10:22 UTC",
  "RemoteUrl": "https://github.com/souravc83/fastAdaboost",
  "RemoteRef": "HEAD",
  "RemoteSha": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-24 02:56:18 UTC",
    "User": "root"
  },
  "MD5sum": "8e606a49f1c5849f92b401eb20dba593",
  "_user": "rickhelmus",
  "_type": "src",
  "_file": "fastAdaboost_1.0.0.tar.gz",
  "_fileid": "a30e7e4453ac50f36946d62d6b82ab7c0c9dbb49b9ff040b901ea5802b26ea8e",
  "_filesize": 111058,
  "_sha256": "a30e7e4453ac50f36946d62d6b82ab7c0c9dbb49b9ff040b901ea5802b26ea8e",
  "_created": "2026-06-24T02:56:18.000Z",
  "_published": "2026-06-24T03:03:11.749Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83108156218,
      "time": 131,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7839012630"
    },
    {
      "job": 83108156216,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7839011654"
    },
    {
      "job": 83108156222,
      "time": 166,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839019193"
    },
    {
      "job": 83108156215,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839009881"
    },
    {
      "job": 83108156233,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7839032872"
    },
    {
      "job": 83108156207,
      "time": 267,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7839061167"
    },
    {
      "job": 83108156234,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839028462"
    },
    {
      "job": 83108156217,
      "time": 204,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839046162"
    },
    {
      "job": 83107889378,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7838986664"
    },
    {
      "job": 83108156176,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839011000"
    },
    {
      "job": 83108156203,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7839006036"
    },
    {
      "job": 83108156219,
      "time": 121,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7839010079"
    },
    {
      "job": 83108156202,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7839006034"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/souravc83/fastAdaboost",
  "_commit": {
    "id": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
    "author": "Sourav Chatterjee <souravc83@gmail.com>",
    "committer": "Sourav Chatterjee <souravc83@gmail.com>",
    "message": "readme add downloads3\n",
    "time": 1457579422
  },
  "_maintainer": {
    "name": "Sourav Chatterjee",
    "email": "souravc83@gmail.com",
    "login": "souravc83",
    "description": "Machine Learning",
    "uuid": 6020793
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.0",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    }
  ],
  "_owner": "souravc83",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "souravc83",
      "count": 18,
      "uuid": 6020793
    }
  ],
  "_userbio": {
    "uuid": 37015911,
    "type": "user",
    "name": "rickhelmus",
    "followers": 24
  },
  "_downloads": {
    "count": 24,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastAdaboost"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/souravc83/fastadaboost",
  "_searchresults": 156,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastAdaboost.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2016-02-28"
    }
  ],
  "_exports": [
    "adaboost",
    "get_tree",
    "real_adaboost"
  ],
  "_help": [
    {
      "page": "adaboost",
      "title": "Adaboost.M1 algorithm",
      "topics": [
        "adaboost"
      ]
    },
    {
      "page": "fastAdaboost",
      "title": "fastAdaboost: fast adaboost implementation for R",
      "topics": [
        "fastAdaboost-package",
        "fastAdaboost"
      ]
    },
    {
      "page": "get_tree",
      "title": "Fetches a decision tree",
      "topics": [
        "get_tree"
      ]
    },
    {
      "page": "predict.adaboost",
      "title": "predict method for adaboost objects",
      "topics": [
        "predict.adaboost"
      ]
    },
    {
      "page": "predict.real_adaboost",
      "title": "predict method for real_adaboost objects",
      "topics": [
        "predict.real_adaboost"
      ]
    },
    {
      "page": "print.adaboost",
      "title": "Print adaboost.m1 model summary",
      "topics": [
        "print.adaboost"
      ]
    },
    {
      "page": "print.real_adaboost",
      "title": "Print real adaboost model summary",
      "topics": [
        "print.real_adaboost"
      ]
    },
    {
      "page": "real_adaboost",
      "title": "Real Adaboost algorithm",
      "topics": [
        "real_adaboost"
      ]
    }
  ],
  "_readme": "https://github.com/souravc83/fastAdaboost/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "rpart"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.9334872878487053,
  "_indexed": false,
  "_nocasepkg": "fastadaboost",
  "_universes": [
    "rickhelmus"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T02:58:41.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "0283b5914e8555c848825f5f8c6086a5fc5ee49c6f108708950cd2bf3b0c728d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T02:58:30.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "908434737765bc0c3f8983df6cb6653156c539b61bc4a2d4bc12967b939f9831",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T02:59:12.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "b746122f1b82077caf6a061ca7eccb63022a5878f587b232ab0f241a41a01de0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T02:58:22.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "43794cf2fbae090647e4c159ec33c4fd6c3e343dff5d0b8dfa872ca77c52a8c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T03:00:23.000Z",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "5b0bbb9842fa7e9ecbb8eb5824c62ae375b5d44140fc244e489bdf4dca56c1e6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T03:01:48.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "9ebe5b21a5803eb6c265655ae62be3aff01388d3427bf00bf2b53f14c0cb70fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T02:59:58.000Z",
      "arch": "aarch64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "42902a16f26172d569c3a15a29e3a9634bda8a001f5d24f2d21c6f46ec6a6ab0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T03:00:56.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "61fc6e52ac292df33a67a1645be98107cb9bb9a19ce8f70536d263b4749257ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-24T02:58:44.000Z",
      "arch": "emscripten",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "59e20ca47a89bd2cd4f7ddc2ef1b002b97208737d0814cfc2f786f16929da4c9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-24T02:57:35.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "a30568796296dfbb563bae8abaa121c98c1b7b73722312cb46435a440898a8a7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-24T02:57:49.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "744ce576d707001e4c78d06592af62153f9cee80a41c74bf2ea171cd692f4b92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-24T02:57:28.000Z",
      "arch": "x86_64",
      "commit": "f331ff8ccfe2e7f318448a29bc72af646dfaf2c1",
      "fileid": "10e150f83f2a451365c1577188c804598634c056373ae4f87835a0f9d551fb01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rickhelmus/actions/runs/28071850689"
    }
  ]
}