Home
last modified time | relevance | path

Searched defs:sampling_type (Results 1 – 13 of 13) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/fields/
H A Dlocal_fields.py9 def add_field(self, name, function, sampling_type, **kwargs): argument
42 def derived_field(name, sampling_type, **kwargs): argument
H A Dfield_info_container.py270 def _sanitize_sampling_type(sampling_type, particle_type=None): argument
319 def add_field(self, name, function, sampling_type, **kwargs): argument
423 def add_output_field(self, name, sampling_type, **kwargs): argument
493 self, name, function, sampling_type, since, removal, ret_name=None, **kwargs argument
H A Dderived_field.py118 sampling_type, argument
H A Dvector_operations.py33 sampling_type=None, argument
/dports/math/py-yt/yt-4.0.1/yt/frontends/stream/
H A Dfields.py94 def add_output_field(self, name, sampling_type, **kwargs): argument
/dports/math/py-yt/yt-4.0.1/yt/data_objects/
H A Dparticle_filters.py14 sampling_type = "particle" variable in DummyFieldInfo
H A Dstatic_output.py1496 def add_field(self, name, function, sampling_type, **kwargs): argument
/dports/misc/py-orange3-datafusion/orange3-datafusion-0.1.11-7-g69aa51c/orangecontrib/datafusion/widgets/
H A Dowsamplematrix.py24 def hide_data(table, percentage, sampling_type): argument
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owdatasampler.py62 def select_sampling_type(self, sampling_type): argument
/dports/devel/erlang-jobs/jobs-0.7.2/examples/
H A Dperformance_logger.erl55 -type sampling_type() :: diff | identity | accumulate. type
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/
H A Dowdatasampler.py49 sampling_type = Setting(FixedProportion) variable in OWDataSampler
/dports/devel/orc/orc-0.4.31/orc/
H A Dorcprogram.c746 int sampling_type) in orc_program_set_sampling_type()
/dports/devel/py-azure-mgmt-apimanagement/azure-mgmt-apimanagement-0.2.0/azure/mgmt/apimanagement/models/
H A D_models_py3.py6822 def __init__(self, *, sampling_type=None, percentage: float=None, **kwargs) -> None: argument