Home
last modified time | relevance | path

Searched defs:weigher (Results 1 – 5 of 5) sorted by relevance

/dports/science/R-cran-kernlab/kernlab/src/
H A Dstringkernel.h72 I_WeightFactory *weigher; variable
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/
H A DFileStatusCache.scala107 val weigher = new Weigher[(ClientId, Path), Array[FileStatus]] { constant
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/
H A D_stats.pyx173 def _weightedrankedtau(ordered[:] x, ordered[:] y, intp_t[:] rank, weigher, bool additive): argument
183 weigher = lambda x: 1./(1 + x) function
H A Dstats.py4825 def weightedtau(x, y, rank=True, weigher=None, additive=True): argument
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/tests/
H A Dtest_stats.py1350 def wkq(x, y, rank, weigher, add): argument