{
  "_id": "6a1f021eb401979e7341b1f9",
  "Package": "spnn",
  "Type": "Package",
  "Title": "Scale Invariant Probabilistic Neural Networks",
  "Version": "1.3.0",
  "Date": "2025-10-20",
  "Author": "Romin Ebrahimi [aut, cre]",
  "Maintainer": "Romin Ebrahimi <romin.ebrahimi@utexas.edu>",
  "Authors@R": "person(given = \"Romin\",\nfamily = \"Ebrahimi\",\nrole = c(\"aut\", \"cre\"),\nemail = \"romin.ebrahimi@utexas.edu\")",
  "Description": "Scale invariant version of the original PNN proposed by\nSpecht (1990) <doi:10.1016/0893-6080(90)90049-q> with the added\nfunctionality of allowing for smoothing along multiple\ndimensions while accounting for covariances within the data\nset. It is written in the R statistical programming language.\nGiven a data set with categorical variables, we use this\nalgorithm to estimate the probabilities of a new observation\nvector belonging to a specific category. This type of neural\nnetwork provides the benefits of fast training time relative to\nbackpropagation and statistical generalization with only a\nsmall set of known observations.",
  "License": "GPL (>= 2)",
  "RoxygenNote": "6.1.1",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-18 08:27:07 UTC",
    "User": "root"
  },
  "Repository": "https://romin-ebrahimi.r-universe.dev",
  "Date/Publication": "2025-10-20 16:06:46 UTC",
  "RemoteUrl": "https://github.com/romin-ebrahimi/spnn",
  "RemoteRef": "HEAD",
  "RemoteSha": "c14af439b929ccd4cc3e50f8793920fb66862e60",
  "MD5sum": "8ee880da108d504baf1aeb34eddcba06",
  "_user": "romin-ebrahimi",
  "_type": "src",
  "_file": "spnn_1.3.0.tar.gz",
  "_fileid": "2c0c4e3446a3f3706324ce468e0e31588fb12ccb7d607302b6e2d07cd30d9372",
  "_filesize": 111462,
  "_sha256": "2c0c4e3446a3f3706324ce468e0e31588fb12ccb7d607302b6e2d07cd30d9372",
  "_created": "2026-05-18T08:27:07.000Z",
  "_published": "2026-06-02T16:17:34.244Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79118423528,
      "time": 137,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052954183"
    },
    {
      "job": 79118423589,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052949620"
    },
    {
      "job": 79118423997,
      "time": 117,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052947807"
    },
    {
      "job": 79118423719,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052949354"
    },
    {
      "job": 79118423761,
      "time": 233,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052976169"
    },
    {
      "job": 79118423780,
      "time": 249,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052982417"
    },
    {
      "job": 79118423678,
      "time": 191,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052958884"
    },
    {
      "job": 79118423063,
      "time": 222,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052973124"
    },
    {
      "job": 79118422715,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052906532"
    },
    {
      "job": 79118422297,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363493036"
    },
    {
      "job": 79118423136,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052941363"
    },
    {
      "job": 79118423882,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052937430"
    },
    {
      "job": 79118423808,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052939257"
    }
  ],
  "_buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/romin-ebrahimi/spnn",
  "_commit": {
    "id": "c14af439b929ccd4cc3e50f8793920fb66862e60",
    "author": "Romin Ebrahimi <39757246+romin-ebrahimi@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #2 from romin-ebrahimi/v1-3-0\n\nfix deprecated C++ conv_to<> method",
    "time": 1760976406
  },
  "_maintainer": {
    "name": "Romin Ebrahimi",
    "email": "romin.ebrahimi@utexas.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "MASS",
      "version": ">= 3.1-20",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.0",
      "role": "Imports"
    }
  ],
  "_owner": "romin-ebrahimi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-43",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.3.0",
      "date": "2025-10-20"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "romin-ebrahimi",
      "count": 7,
      "uuid": 39757246
    }
  ],
  "_userbio": {
    "uuid": 39757246,
    "type": "user",
    "name": "Romin Ebrahimi"
  },
  "_downloads": {
    "count": 197,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/spnn"
  },
  "_devurl": "https://github.com/romin-ebrahimi/spnn",
  "_searchresults": 11,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_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/spnn.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/romin-ebrahimi/spnn",
  "_realowner": "romin-ebrahimi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2018-03-16"
    },
    {
      "version": "1.1",
      "date": "2018-03-20"
    },
    {
      "version": "1.2",
      "date": "2019-09-12"
    },
    {
      "version": "1.2.1",
      "date": "2020-01-08"
    },
    {
      "version": "1.3.0",
      "date": "2025-10-20"
    }
  ],
  "_exports": [
    "cspnn.learn",
    "cspnn.predict",
    "spnn.learn",
    "spnn.predict"
  ],
  "_help": [
    {
      "page": "spnn-package",
      "title": "Scale Invariant Probabilistic Neural Networks",
      "topics": [
        "spnn-package",
        "spnn"
      ]
    },
    {
      "page": "cspnn.learn",
      "title": "cspnn.learn",
      "topics": [
        "cspnn.learn"
      ]
    },
    {
      "page": "cspnn.predict",
      "title": "cspnn.predict",
      "topics": [
        "cspnn.predict"
      ]
    },
    {
      "page": "spnn.learn",
      "title": "spnn.learn",
      "topics": [
        "spnn.learn"
      ]
    },
    {
      "page": "spnn.predict",
      "title": "spnn.predict",
      "topics": [
        "spnn.predict"
      ]
    }
  ],
  "_readme": "https://github.com/romin-ebrahimi/spnn/raw/HEAD/README.md",
  "_rundeps": [
    "MASS",
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 3.0413926851582254,
  "_indexed": true,
  "_nocasepkg": "spnn",
  "_universes": [
    "romin-ebrahimi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-05-18T08:29:35.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "882213ac083ea43b40cb335c8ee7ef51a231df91373102696a7fac53fdb700db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-05-18T08:29:20.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "323297cb3f85172aaded73e42c9e24d84ecac8143aef2866b8ad53f54d8937e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-05-18T08:29:16.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "3d05d2987784dd39d376731f055678d810a93a1731061927d86c00e189275f86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-05-18T08:29:18.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "ac9ec99e55b29cc109ad87ef253c09e9ffef57ca6ab66d4490e7695dc35334a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-05-18T08:30:24.000Z",
      "arch": "aarch64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "7d272ad54074ebaa11872a250d95085110ff9cd462321db83a184e1003ca955b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-05-18T08:30:39.000Z",
      "arch": "x86_64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "2447d014ce0cb18707af344839f5bb3c6a53a4f57d53d9f9706c5577cb36c04b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-05-18T08:29:42.000Z",
      "arch": "aarch64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "57195cd650926686d2e30c65a9c83ac17698ac68413d0496db81ea262e1999db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-05-18T08:30:16.000Z",
      "arch": "x86_64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "1463a8b63201f56a43f7e1b732ca90dc3833239f9f62555c25a16a98e6b9dfe1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-05-18T08:28:31.000Z",
      "arch": "x86_64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "79db5ff460380607bfcf4d927d2a66287c55c2fb95405fdca8a30461030bf6b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-05-18T08:28:22.000Z",
      "arch": "x86_64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "f7122c4d63975122b58bac4d477e186c150742e8be61dc78df6ec939212332c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-05-18T08:28:24.000Z",
      "arch": "x86_64",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "ad86ec15fa8ff6d9a7bedf7135001233832a4f00833203230f8da52e654e0089",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.0",
      "date": "2026-06-02T16:17:05.000Z",
      "arch": "emscripten",
      "commit": "c14af439b929ccd4cc3e50f8793920fb66862e60",
      "fileid": "40c2bc93e926ce6e8951636ea9bd99ed56a97ea7b4d66b2b4533b7d40feba19e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/romin-ebrahimi/actions/runs/26022049602"
    }
  ]
}