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