Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « PoissonDisk »

Méthode scipy.stats.qmc.PoissonDisk.fill_space

Signature de la méthode fill_space

def fill_space(self) -> numpy.ndarray 

Description

help(PoissonDisk.fill_space)

Draw ``n`` samples in the interval ``[l_bounds, u_bounds]``.

Unlike `random`, this method will try to add points until
the space is full. Depending on ``candidates`` (and to a lesser extent
other parameters), some empty areas can still be present in the sample.

.. warning::

   This can be extremely slow in high dimensions or if the
   ``radius`` is very small-with respect to the dimensionality.

Returns
-------
sample : array_like (n, d)
    QMC sample.



Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé