Home
last modified time | relevance | path

Searched refs:Sampler (Results 1 – 17 of 17) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Sampler/
DException.php37 namespace Hoa\Compiler\Test\Unit\Llk\Sampler;
40 use Hoa\Compiler\Llk\Sampler\Exception as SUT;
/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
DRandom.php37 namespace Hoa\Math\Sampler;
47 class Random extends Sampler
DSampler.php37 namespace Hoa\Math\Sampler;
51 abstract class Sampler implements Zformat\Parameterizable class
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DSampler.php37 namespace Hoa\Compiler\Llk\Sampler;
51 abstract class Sampler class
DException.php37 namespace Hoa\Compiler\Llk\Sampler;
DUniform.php37 namespace Hoa\Compiler\Llk\Sampler;
55 class Uniform extends Sampler
91 $this->_sampler = new Math\Sampler\Random();
DBoundedExhaustive.php37 namespace Hoa\Compiler\Llk\Sampler;
54 class BoundedExhaustive extends Sampler implements Iterator
DCoverage.php37 namespace Hoa\Compiler\Llk\Sampler;
62 class Coverage extends Sampler implements Iterator
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DSampler.php10 class Sampler extends AbstractAggregation class
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
DRandom.php37 namespace Hoa\Math\Test\Unit\Sampler;
39 use Hoa\Math\Sampler\Random as CUT;
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DAggregation.php34 use Elastica\Aggregation\Sampler; alias
474 public function sampler(string $name): Sampler
476 return new Sampler($name);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
DArithmetic.php61 $sampler = new Compiler\Llk\Sampler\BoundedExhaustive(
66 new LUT\Sampler\Random()
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
DIsotropic.php68 public function __construct(Math\Sampler $sampler)
/plugin/findologicxmlexport/vendor/hoa/compiler/
DREADME.md237 $sampler = new Hoa\Compiler\Llk\Sampler\Coverage(
241 new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random())
DCHANGELOG.md31 * Test: Write `…r\Llk\Sampler\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:45:12+02:00)
/plugin/findologicxmlexport/vendor/hoa/regex/
DREADME.md120 $generator = new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random());
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md331 * Added `Sampler` aggregation [#1688](https://github.com/ruflin/Elastica/pull/1688)