GitHub topics: nearest
stdlib-js/math-base-special-floor10
Round a numeric value to the nearest power of 10 toward negative infinity.
Language: Python - Size: 1 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-floor2
Round a numeric value to the nearest power of two toward negative infinity.
Language: Python - Size: 1.02 MB - Last synced at: 8 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
Language: Python - Size: 363 KB - Last synced at: 8 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-ceilsd
Round a numeric value to the nearest number toward positive infinity with N significant figures.
Language: Python - Size: 1.07 MB - Last synced at: 8 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-ceil2
Round a numeric value to the nearest power of two toward positive infinity.
Language: Python - Size: 976 KB - Last synced at: 8 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-ceil10
Round a numeric value to the nearest power of 10 toward positive infinity.
Language: Python - Size: 1.02 MB - Last synced at: 8 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
Language: Python - Size: 422 KB - Last synced at: 9 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.
Language: Python - Size: 354 KB - Last synced at: 8 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-roundb
Round a numeric value to the nearest multiple of b^n on a linear scale.
Language: Python - Size: 1.02 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-roundn
Round a numeric value to the nearest multiple of 10^n.
Language: JavaScript - Size: 1.09 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-floorb
Round a numeric value to the nearest multiple of b^n toward negative infinity.
Language: Python - Size: 1.02 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-ceil2
Create an iterator which rounds each iterated value to the nearest power of two toward positive infinity.
Language: JavaScript - Size: 1.43 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
Language: Python - Size: 1.07 MB - Last synced at: 8 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-trunc2
Round a numeric value to the nearest power of two toward zero.
Language: Python - Size: 1.03 MB - Last synced at: 8 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-trunc10
Round a numeric value to the nearest power of 10 toward zero.
Language: Python - Size: 1000 KB - Last synced at: 8 days ago - Pushed at: 16 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-cfloorn
Round a complex number to the nearest multiple of 10^n toward negative infinity.
Language: Python - Size: 1.18 MB - Last synced at: 8 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-cfloor
Round a complex number toward negative infinity.
Language: Python - Size: 509 KB - Last synced at: 4 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

neulab/knn-transformers
PyTorch + HuggingFace code for RetoMaton: "Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval" (ICML 2022), including an implementation of kNN-LM and kNN-MT
Language: Python - Size: 1.62 MB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 271 - Forks: 24

stdlib-js/math-base-special-roundsd
Round a numeric value to the nearest number with N significant figures.
Language: JavaScript - Size: 1.13 MB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.
Language: Python - Size: 141 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-round2
Round a numeric value to the nearest power of two on a linear scale.
Language: Python - Size: 1.07 MB - Last synced at: 9 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 1

stdlib-js/math-base-special-round10
Round a numeric value to the nearest power of 10 on a linear scale.
Language: Python - Size: 1.07 MB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-round
Round a numeric value to the nearest integer.
Language: Python - Size: 412 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-truncb
Round a numeric value to the nearest multiple of b^n toward zero.
Language: Python - Size: 954 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-floorsd
Round a numeric value to the nearest number toward negative infinity with N significant figures.
Language: Python - Size: 1.09 MB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-croundn
Round a complex number to the nearest multiple of 10^n.
Language: Python - Size: 955 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-croundf
Round each component of a single-precision complex floating-point number to the nearest integer.
Language: Python - Size: 291 KB - Last synced at: 9 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-cround
Round a complex number to the nearest integer.
Language: Python - Size: 479 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-cfloorf
Round a single-precision complex floating-point number toward negative infinity.
Language: Python - Size: 187 KB - Last synced at: 9 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-ceilb
Round a numeric value to the nearest multiple of b^n toward positive infinity.
Language: Python - Size: 928 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-cceiln
Round a complex number to the nearest multiple of 10^n toward positive infinity.
Language: Python - Size: 1.31 MB - Last synced at: 7 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-cceil
Round a complex number toward positive infinity.
Language: Python - Size: 593 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
Language: JavaScript - Size: 572 KB - Last synced at: 9 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-strunc
Round each element in a single-precision floating-point strided array toward zero.
Language: JavaScript - Size: 590 KB - Last synced at: 8 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-floorn
Round a numeric value to the nearest multiple of 10^n toward negative infinity.
Language: JavaScript - Size: 1010 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-floorf
Round a single-precision floating-point numeric value toward negative infinity.
Language: Python - Size: 402 KB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-ceiln
Round a numeric value to the nearest multiple of 10^n toward positive infinity.
Language: JavaScript - Size: 1.02 MB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dtrunc
Round each element in a double-precision floating-point strided array toward zero.
Language: JavaScript - Size: 599 KB - Last synced at: 8 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-round
Create an iterator which rounds each iterated value to the nearest integer.
Language: JavaScript - Size: 846 KB - Last synced at: 10 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-special-round10
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Language: JavaScript - Size: 1.44 MB - Last synced at: 8 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
Language: JavaScript - Size: 576 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-floor10
Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.
Language: JavaScript - Size: 1.51 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-floor
Create an iterator which rounds each iterated value toward negative infinity.
Language: JavaScript - Size: 802 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
Language: JavaScript - Size: 555 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Language: JavaScript - Size: 590 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-trunc
Create an iterator which rounds each iterated value toward zero.
Language: JavaScript - Size: 854 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-ceil
Round each element in a strided array toward positive infinity.
Language: JavaScript - Size: 2.44 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
Language: JavaScript - Size: 576 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
Language: JavaScript - Size: 604 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-ceil
Create an iterator which rounds each iterated value toward positive infinity.
Language: JavaScript - Size: 846 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-truncn
Round a numeric value to the nearest multiple of 10^n toward zero.
Language: JavaScript - Size: 1010 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-cceilf
Round a single-precision complex floating-point number toward positive infinity.
Language: JavaScript - Size: 611 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
Language: JavaScript - Size: 562 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskfloor
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
Language: JavaScript - Size: 582 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Language: JavaScript - Size: 586 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
Language: JavaScript - Size: 579 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-special-floor2
Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.
Language: JavaScript - Size: 1.4 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-round2
Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.
Language: JavaScript - Size: 1.43 MB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-trunc10
Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.
Language: JavaScript - Size: 1.41 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-trunc
Round each element in a strided array toward zero.
Language: JavaScript - Size: 2.35 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-ceil10
Create an iterator which rounds each iterated value to the nearest power of 10 toward positive infinity.
Language: JavaScript - Size: 1.4 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-special-trunc2
Create an iterator which rounds each iterated value to the nearest power of two toward zero.
Language: JavaScript - Size: 1.4 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

neulab/retomaton
PyTorch code for the RetoMaton paper: "Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval" (ICML 2022)
Language: Python - Size: 6.62 MB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 71 - Forks: 4

stdlib-js/math-strided-special-floor
Round each element in a strided array toward negative infinity.
Language: JavaScript - Size: 2.41 MB - Last synced at: 9 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

antononcube/Raku-Math-Nearest
Raku package with algorithms for finding nearest neighbors for different sets of objects.
Language: Raku - Size: 64.5 KB - Last synced at: 11 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

eddelbuettel/rcppannoy
Rcpp bindings for Annoy
Language: C++ - Size: 936 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 72 - Forks: 23

DineshSolanki/HowFar
How far?, is an android app that shows distance(as crows flies) from a location to a list of other locations mainly intended to choose the nearest test center city from a location.
Language: Kotlin - Size: 309 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

MikeACG/sequenceDistance
Fast "GenomicRanges" style distance calculation
Language: C++ - Size: 58.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

paulnorthrop/donut
Nearest Neighbour Search with Variables on a Torus
Language: R - Size: 1.12 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jonasmayer/nn-classification-demo
Nearest Neighbor demo
Language: Jupyter Notebook - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

EsriUK/arcgis-dijit-nearest
A Nearest widget for finding features around a location. The style can be completely changed to match your own site.
Language: JavaScript - Size: 262 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 2

felipeangelimvieira/SharedNearestNeighbors
A Shared Nearest Neighbors clustering implementation. This code is basically a wrapper of sklearn DBSCAN, implementing the neighborhood similarity as a metric.
Language: Python - Size: 1.73 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 2

tarunkolla/KNN-Classifier
K Nearest Neighbors classifier from scratch for image classification using MNIST Data Set.
Language: Python - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 1

foggynight/image-scale
Scale an image using nearest neighbour interpolation.
Language: Scheme - Size: 3.92 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

vivek-nexus/KnowFuelPrice
Get data about fuel prices at any location from this program
Language: C++ - Size: 38.1 KB - Last synced at: 16 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

lace/proximity
Mesh proximity queries based on libspatialindex and rtree, extracted from Trimesh
Language: Python - Size: 336 KB - Last synced at: 30 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jagodki/Closest-Points
a QGIS-plugin to calculate the closest points for one layer to another
Language: Python - Size: 1.22 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

tomhodgins/jsincss-closest-selector
A closest selector plugin for jsincss
Language: JavaScript - Size: 6.84 KB - Last synced at: 3 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Knape/round.js
Round a number to a specific number, by decimal or nearest
Language: JavaScript - Size: 37.1 KB - Last synced at: 11 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0
