{
  "_id": "6a46c647c3efdb0cb7aa46e9",
  "Package": "svmodt",
  "Type": "Package",
  "Title": "Linear SVM-Based Recursive Decision Trees",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\n\"Aneesh\", \"Agarwal\",\nemail = \"aaga0022@student.monash.edu\",\nrole = c(\"aut\", \"cre\", \"cph\")\n),\nperson(\n\"Jack\", \"Jewson\",\nemail = \"Jack.Jewson@monash.edu\",\nrole = c(\"aut\", \"ths\")\n),\nperson(\n\"Erik\", \"Sverdrup\",\nemail = \"Erik.Sverdrup@monash.edu\",\nrole = c(\"aut\", \"ths\")\n)\n)",
  "Description": "Implements Support Vector Machine Oblique Decision Trees\n(SVMODT). Recursively builds classification trees using linear\nSupport Vector Machines (SVM) hyperplanes at each node instead\nof axis-parallel splits, creating oblique decision boundaries.\nFeatures include multiple feature selection methods, dynamic\nfeature subset strategies, class weight support for imbalanced\ndatasets, pruning and feature penalization.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/AneeshAgarwala/svmodt",
  "BugReports": "https://github.com/AneeshAgarwala/svmodt/issues",
  "Repository": "https://aneeshagarwala.r-universe.dev",
  "Date/Publication": "2026-06-24 09:09:16 UTC",
  "RemoteUrl": "https://github.com/aneeshagarwala/svmodt",
  "RemoteRef": "HEAD",
  "RemoteSha": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-01 08:54:11 UTC",
    "User": "root"
  },
  "Author": "Aneesh Agarwal [aut, cre, cph],\nJack Jewson [aut, ths],\nErik Sverdrup [aut, ths]",
  "Maintainer": "Aneesh Agarwal <aaga0022@student.monash.edu>",
  "_user": "aneeshagarwala",
  "_type": "src",
  "_file": "svmodt_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/6c22123d7d258954380a29e0dd4e4fd57ac927a9d366b31d06e4133c88e49c0a",
  "_filesize": 902542,
  "_sha256": "6c22123d7d258954380a29e0dd4e4fd57ac927a9d366b31d06e4133c88e49c0a",
  "_expires": "2026-10-10T20:12:54.000Z",
  "_created": "2026-07-01T08:54:11.000Z",
  "_published": "2026-07-02T20:12:55.055Z",
  "_jobs": [
    {
      "job": 84868562643,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004956574"
    },
    {
      "job": 84868562318,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004962886"
    },
    {
      "job": 84868562709,
      "time": 197,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004962240"
    },
    {
      "job": 84868562215,
      "time": 186,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004962145"
    },
    {
      "job": 84868562102,
      "time": 223,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004892954"
    },
    {
      "job": 84868562627,
      "time": 180,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8004967146"
    },
    {
      "job": 84868562628,
      "time": 110,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8004939211"
    },
    {
      "job": 84868562700,
      "time": 118,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8004941966"
    },
    {
      "job": 84868562493,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8004935744"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556",
  "_status": "success",
  "_upstream": "https://github.com/aneeshagarwala/svmodt",
  "_commit": {
    "id": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
    "author": "AneeshAgarwala <aaga0022@student.monash.edu>",
    "committer": "AneeshAgarwala <aaga0022@student.monash.edu>",
    "message": "Add value tags & replace examples\n",
    "time": 1782292156
  },
  "_maintainer": {
    "name": "Aneesh Agarwal",
    "email": "aaga0022@student.monash.edu",
    "login": "aneeshagarwala",
    "linkedin": "in/agarwala-aneesh",
    "description": "",
    "uuid": 162286092
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "e1071",
      "role": "Imports"
    },
    {
      "package": "FSelectorRcpp",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "bookdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rpart",
      "role": "Suggests"
    },
    {
      "package": "rsample",
      "role": "Suggests"
    },
    {
      "package": "gridExtra",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "palmerpenguins",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "aneeshagarwala",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-30",
      "n": 6
    },
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 3
    },
    {
      "week": "2025-33",
      "n": 5
    },
    {
      "week": "2025-34",
      "n": 1
    },
    {
      "week": "2025-35",
      "n": 5
    },
    {
      "week": "2025-37",
      "n": 2
    },
    {
      "week": "2025-38",
      "n": 6
    },
    {
      "week": "2025-39",
      "n": 2
    },
    {
      "week": "2025-41",
      "n": 5
    },
    {
      "week": "2025-43",
      "n": 10
    },
    {
      "week": "2025-44",
      "n": 14
    },
    {
      "week": "2025-45",
      "n": 7
    },
    {
      "week": "2025-47",
      "n": 7
    },
    {
      "week": "2025-49",
      "n": 9
    },
    {
      "week": "2026-04",
      "n": 3
    },
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 4
    },
    {
      "week": "2026-23",
      "n": 1
    },
    {
      "week": "2026-24",
      "n": 10
    },
    {
      "week": "2026-26",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "aneeshagarwala",
      "count": 104,
      "uuid": 162286092
    }
  ],
  "_userbio": {
    "uuid": 162286092,
    "type": "user",
    "name": "Aneesh Agarwal",
    "followers": 0
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/svmodt"
  },
  "_devurl": "https://github.com/aneeshagarwala/svmodt",
  "_searchresults": 4,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/svmodt.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/aneeshagarwala/svmodt",
  "_realowner": "aneeshagarwala",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-06-30"
    }
  ],
  "_exports": [
    "svm_split",
    "trace_path"
  ],
  "_datasets": [
    {
      "name": "wdbc",
      "title": "Wisconsin Diagnostic Breast Cancer Dataset",
      "object": "wdbc",
      "class": [
        "data.frame"
      ],
      "fields": [
        "diagnosis",
        "radius_mean",
        "texture_mean",
        "perimeter_mean",
        "area_mean",
        "smoothness_mean",
        "compactness_mean",
        "concavity_mean",
        "concave.points_mean",
        "symmetry_mean",
        "fractal_dimension_mean",
        "radius_se",
        "texture_se",
        "perimeter_se",
        "area_se",
        "smoothness_se",
        "compactness_se",
        "concavity_se",
        "concave.points_se",
        "symmetry_se",
        "fractal_dimension_se",
        "radius_worst",
        "texture_worst",
        "perimeter_worst",
        "area_worst",
        "smoothness_worst",
        "compactness_worst",
        "concavity_worst",
        "concave.points_worst",
        "symmetry_worst",
        "fractal_dimension_worst"
      ],
      "rows": 569,
      "table": true,
      "tojson": true
    },
    {
      "name": "wine",
      "title": "Wine Dataset",
      "object": "wine",
      "class": [
        "data.frame"
      ],
      "fields": [
        "class",
        "alcohol",
        "malic_acid",
        "ash",
        "alcalinity_of_ash",
        "magnesium",
        "total_phenols",
        "flavanoids",
        "nonflavanoid_phenols",
        "proanthocyanins",
        "color_intensity",
        "hue",
        "od280_od315",
        "proline"
      ],
      "rows": 178,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "plot.svmodt_node",
      "title": "Plot method for svmodt_node objects",
      "topics": [
        "plot.svmodt_node"
      ]
    },
    {
      "page": "predict.svmodt_node",
      "title": "Predict method for svmodt_node objects",
      "topics": [
        "predict.svmodt_node"
      ]
    },
    {
      "page": "print.svmodt_node",
      "title": "' Print method for svmodt_node objects",
      "topics": [
        "print.svmodt_node"
      ]
    },
    {
      "page": "svm_split",
      "title": "Build an Oblique Decision Tree Using SVM Splits",
      "topics": [
        "svm_split"
      ]
    },
    {
      "page": "trace_path",
      "title": "Trace the prediction path of a sample through an svmodt tree",
      "topics": [
        "trace_path",
        "trace_path.svmodt_node"
      ]
    },
    {
      "page": "wdbc",
      "title": "Wisconsin Diagnostic Breast Cancer Dataset",
      "topics": [
        "wdbc"
      ]
    },
    {
      "page": "wine",
      "title": "Wine Dataset",
      "topics": [
        "wine"
      ]
    }
  ],
  "_readme": "https://github.com/aneeshagarwala/svmodt/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "brio",
    "callr",
    "class",
    "cli",
    "codetools",
    "cpp11",
    "crayon",
    "desc",
    "diffobj",
    "e1071",
    "evaluate",
    "farver",
    "foreach",
    "fs",
    "FSelectorRcpp",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "jsonlite",
    "labeling",
    "lifecycle",
    "magrittr",
    "MASS",
    "otel",
    "pkgbuild",
    "pkgload",
    "praise",
    "processx",
    "proxy",
    "ps",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "rprojroot",
    "S7",
    "scales",
    "testthat",
    "vctrs",
    "viridisLite",
    "waldo",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Constructing Oblique Trees with svmodt",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example 1: Palmer Penguins Classification",
        "Train SVMODT Model",
        "Examine Tree Structure",
        "Make Predictions",
        "Visualize Decision Boundaries",
        "Trace Prediction Path",
        "Example 2: Wisconsin Breast Cancer Diagnosis",
        "About the Data",
        "Load and Prepare Data",
        "Train with Class Weights",
        "Evaluate Performance",
        "Advanced Features",
        "Feature Selection with Penalties",
        "Dynamic Feature Selection",
        "Custom Class Weights",
        "Example 3: Multiclass Classification — Wine Dataset",
        "Train Multiclass SVMODT",
        "Visualize Decision Surface",
        "Tree Structure",
        "Performance",
        "Trace a Prediction Path",
        "Model Comparison"
      ],
      "created": "2025-10-27 07:12:37",
      "modified": "2026-06-13 07:59:24",
      "commits": 14
    }
  ],
  "_score": 5.041392685158225,
  "_indexed": true,
  "_nocasepkg": "svmodt",
  "_universes": [
    "aneeshagarwala"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-01T08:56:45.000Z",
      "distro": "resolute",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/ae3e2942da453b935c3892d5e85dc04bf6c7b771ebd2a5e2542618c0d9999188",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-01T08:56:59.000Z",
      "distro": "resolute",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/7e8ad2580277ca6629e920f976c873752a5b382bc74831b16040b2171bbd9324",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-01T08:57:03.000Z",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/f91e60da24f538df133da3eecacb82e6da71cbf7d08e6f95cb34b3aea8b1c7d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-01T08:57:00.000Z",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/2d3109393e4c52e5b146dec5a9a51483143f227863360a9dd64f099e0789d4f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-01T08:57:29.000Z",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/ebae94743d8e66bd3f04239e6d5bfa8e14aae9e8dbf5e8ddd7227b2ba53addc7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-01T08:55:56.000Z",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/a7f2e99ba9e7855c6bc5a0bd942cf494635f988540aae5b533e7e5b3bab00c1b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-01T08:56:00.000Z",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/54540c87c0caa64782145dbbbe3c8cf505235e029345d0c007060c60fb6563a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-01T08:55:44.000Z",
      "commit": "1ec22a7fc9d15f9e24aca6126ff8fa7f4e6ea9b4",
      "fileid": "https://r2.ropensci.org/a7f9439bbc2829d46022f6c98e8527e3201b26b9302336fd81aea81bddbcdb2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aneeshagarwala/actions/runs/28505433556"
    }
  ]
}