{
  "_id": "6a1033a0acfb0bcc41c986e6",
  "Package": "FastKNN",
  "Type": "Package",
  "Title": "Fast k Nearest Neighbor",
  "Version": "0.0.1",
  "Date": "2015-02-11",
  "Author": "Gaston Besanson",
  "Maintainer": "Gaston Besanson <besanson@gmail.com>",
  "Description": "This are different Functions related to the k Nearest\nNeighbo classifier. The distance matrix is an input making the\ncomputation faster and allowing other distances than euclidean.",
  "License": "GPL-3",
  "Packaged": {
    "Date": "2026-05-12 08:05:34 UTC",
    "User": "root"
  },
  "Repository": "https://besanson.r-universe.dev",
  "Date/Publication": "2015-02-12 08:56:02 UTC",
  "RemoteUrl": "https://github.com/besanson/fastknn",
  "RemoteRef": "HEAD",
  "RemoteSha": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
  "NeedsCompilation": "no",
  "MD5sum": "9a2d944fd025ee167207fabe47fe6c34",
  "_user": "besanson",
  "_type": "src",
  "_file": "FastKNN_0.0.1.tar.gz",
  "_fileid": "8c7ea38e2f98d920243f9ec47a93154d9c1274b08d3a4f32f18a05433fdfb03f",
  "_filesize": 84040,
  "_sha256": "8c7ea38e2f98d920243f9ec47a93154d9c1274b08d3a4f32f18a05433fdfb03f",
  "_created": "2026-05-12T08:05:34.000Z",
  "_published": "2026-05-22T10:44:48.539Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77364140693,
      "time": 97,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6938860260"
    },
    {
      "job": 77364140841,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938869341"
    },
    {
      "job": 77364140803,
      "time": 163,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6938869607"
    },
    {
      "job": 77364140612,
      "time": 211,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938875042"
    },
    {
      "job": 77364140339,
      "time": 148,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938825978"
    },
    {
      "job": 77364140155,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158630144"
    },
    {
      "job": 77364140349,
      "time": 60,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6938846844"
    },
    {
      "job": 77364141038,
      "time": 56,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6938845685"
    },
    {
      "job": 77364140902,
      "time": 56,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938845363"
    }
  ],
  "_buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/besanson/fastknn",
  "_commit": {
    "id": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
    "author": "besanson <besanson@gmail.com>",
    "committer": "besanson <besanson@gmail.com>",
    "message": "Update Readme",
    "time": 1423731362
  },
  "_maintainer": {
    "name": "Gaston Besanson",
    "email": "besanson@gmail.com",
    "login": "besanson",
    "uuid": 2703491
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "pdist",
      "role": "Imports"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    }
  ],
  "_owner": "besanson",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "besanson",
      "count": 3,
      "uuid": 2703491
    }
  ],
  "_userbio": {
    "uuid": 2703491,
    "type": "user",
    "name": "besanson"
  },
  "_downloads": {
    "count": 296,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/FastKNN"
  },
  "_devurl": "https://github.com/besanson/fastknn",
  "_searchresults": 75,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/FastKNN.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/besanson/fastknn",
  "_realowner": "besanson",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2015-02-12"
    }
  ],
  "_exports": [
    "Distance_for_KNN_test",
    "k.nearest.neighbors",
    "knn_test_function",
    "knn_training_function"
  ],
  "_help": [
    {
      "page": "Distance_for_KNN_test",
      "title": "Distance for KNN Test The Distance_for_KNN_test returns the distance matrix between the test set and the training set.",
      "topics": [
        "Distance_for_KNN_test"
      ]
    },
    {
      "page": "k.nearest.neighbors",
      "title": "K Nearest Neighbors the 'k.nearest.neigbors' gives the list of points (k neigbours) that are closest to the row i in descending order.",
      "topics": [
        "k.nearest.neighbors"
      ]
    },
    {
      "page": "knn_test_function",
      "title": "KNN Test The kk_test_function returns the labels for a test set using the KNN Clasification method.",
      "topics": [
        "knn_test_function"
      ]
    },
    {
      "page": "knn_training_function",
      "title": "KNN Training The knn_training_function returns the labels for a training set using the KNN Clasification method.",
      "topics": [
        "knn_training_function"
      ]
    }
  ],
  "_readme": "https://github.com/besanson/fastknn/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "pdist"
  ],
  "_score": 4.051152522447381,
  "_indexed": true,
  "_nocasepkg": "fastknn",
  "_universes": [
    "besanson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-12T08:07:25.000Z",
      "distro": "noble",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "c6362a4d4888564af50ee7354109af25583959872db78a4c1c06ea988c8a95a7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-12T08:07:55.000Z",
      "distro": "noble",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "5e45948f439742ebd03482b7722a4441af7220fcdf907f1f33e6ff090402feb0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-05-12T08:07:56.000Z",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "d5f244733666a0bf883b784d9d727cc79b5aa105da9105fe2348429eaf92fb72",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-05-12T08:08:06.000Z",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "b3277ad1b679d36e1ee0ed09f058dfb5685ac632d455e11d9ee9ea7938470163",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-05-12T08:06:40.000Z",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "7ffe5cc813555c3f498d93036eed02aaf5bcee43d22f46cf1c88ab240bbc7632",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-05-12T08:06:37.000Z",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "ae5542e964f2675c87769c3aa14f24d3dc0c4fe5bab93c8fd294ecb089a6cdb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-05-12T08:06:36.000Z",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "17c24df64407c74ed818d8f474113c140499101fc28d8ad669b71f3fdd92590a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-05-22T10:44:30.000Z",
      "commit": "0878dbb5bd2b99760cb5da2b398acd40a751e82a",
      "fileid": "d00b2545a5c8ceb14e5471e23176ee26e88cce5069208b87da4478d132915e4d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/besanson/actions/runs/25721611347"
    }
  ]
}