Searched refs:Sampler (Results 1 – 17 of 17) sorted by relevance
37 namespace Hoa\Compiler\Test\Unit\Llk\Sampler;40 use Hoa\Compiler\Llk\Sampler\Exception as SUT;
37 namespace Hoa\Math\Sampler;47 class Random extends Sampler
37 namespace Hoa\Math\Sampler;51 abstract class Sampler implements Zformat\Parameterizable class
37 namespace Hoa\Compiler\Llk\Sampler;51 abstract class Sampler class
37 namespace Hoa\Compiler\Llk\Sampler;
37 namespace Hoa\Compiler\Llk\Sampler;55 class Uniform extends Sampler91 $this->_sampler = new Math\Sampler\Random();
37 namespace Hoa\Compiler\Llk\Sampler;54 class BoundedExhaustive extends Sampler implements Iterator
37 namespace Hoa\Compiler\Llk\Sampler;62 class Coverage extends Sampler implements Iterator
6 * Class Sampler.10 class Sampler extends AbstractAggregation class
37 namespace Hoa\Math\Test\Unit\Sampler;39 use Hoa\Math\Sampler\Random as CUT;
34 use Elastica\Aggregation\Sampler; alias 474 public function sampler(string $name): Sampler476 return new Sampler($name);
61 $sampler = new Compiler\Llk\Sampler\BoundedExhaustive(66 new LUT\Sampler\Random()
68 public function __construct(Math\Sampler $sampler)
237 $sampler = new Hoa\Compiler\Llk\Sampler\Coverage(241 new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random())
31 * Test: Write `…r\Llk\Sampler\Exception` test suite. (Ivan Enderlin, 2016-08-14T16:45:12+02:00)
120 $generator = new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random());
331 * Added `Sampler` aggregation [#1688](https://github.com/ruflin/Elastica/pull/1688)