Searched refs:sampler (Results 1 – 8 of 8) sorted by relevance
55 ->given($sampler = new CUT())56 ->when($x = $sampler->getInteger())64 ->given($sampler = new CUT())79 ->given($sampler = new CUT([94 $sampler = new CUT()125 $sampler = new CUT([144 ->given($sampler = new CUT())145 ->when($x = $sampler->getFloat())153 ->given($sampler = new CUT())167 ->given($sampler = new CUT([[all …]
25 public $sampler; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RuntimeTraceSamplingConfig34 public function setSampler($sampler) argument36 $this->sampler = $sampler;43 return $this->sampler;
25 public $sampler; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TraceSamplingConfig34 public function setSampler($sampler) argument36 $this->sampler = $sampler;43 return $this->sampler;
61 $sampler = new Compiler\Llk\Sampler\BoundedExhaustive(78 ->when(function () use (&$sampler, &$compiler, &$visitor) {79 foreach ($sampler as $i=> $expression) {
68 public function __construct(Math\Sampler $sampler) argument70 $this->_sampler = $sampler;
237 $sampler = new Hoa\Compiler\Llk\Sampler\Coverage(240 // Token sampler.244 foreach ($sampler as $i => $data) {
470 * sampler aggregation.472 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-sampler-aggregation.html474 public function sampler(string $name): Sampler function in Elastica\\QueryBuilder\\DSL\\Aggregation 488 * diversified sampler aggregation.490 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-diversified-sampler-aggregation.html
245 * Fixed type-hint for `Elastica\QueryBuilder\DSL\Aggregation::sampler()` not consistent with the underlying constructor call [#1815](https://github.com/ruflin/Elastica/pull/1815)