Home
last modified time | relevance | path

Searched refs:plot_histogram (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_hash.cpp100 void plot_histogram(const char* filename, const char* title) const in TEST_SUITE() function
130 plot_histogram( in TEST_SUITE()
145 plot_histogram( in TEST_SUITE()
158 plot_histogram( in TEST_SUITE()
173 plot_histogram( in TEST_SUITE()
186 plot_histogram( in TEST_SUITE()
201 plot_histogram( in TEST_SUITE()
217 plot_histogram( in TEST_SUITE()
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/examples/plots/
H A Dpartial-dependence-plot-2D.py19 from skopt.plots import plot_histogram, plot_objective_2D, plot_objective
83 _ = plot_histogram(result=search_result, dimension_identifier='learning_rate',
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/examples/
H A Dsklearn-gridsearchcv-replacement.py84 from skopt.plots import plot_objective, plot_histogram
142 _ = plot_histogram(opt.optimizer_results_[1], 1)
/dports/math/py-baycomp/baycomp-1.0.2/baycomp/
H A Dmultiple.py56 return self.plot_histogram(names)
119 def plot_histogram(self, names): member in Posterior
238 def plot_histogram(cls, x, y, *, nsamples=50000, names=None, **kwargs): member in Test
253 .plot_histogram(names)
/dports/devel/boost-docs/boost_1_72_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/devel/boost-python-libs/boost_1_72_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/databases/percona57-server/boost_1_59_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/databases/xtrabackup/boost_1_59_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/databases/percona57-client/boost_1_59_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/devel/boost-libs/boost_1_72_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/devel/hyperscan/boost_1_75_0/libs/random/test/
H A Dhistogram.cpp23 void plot_histogram(const std::vector<int>& slots, int samples, in plot_histogram() function
105 plot_histogram(slots, samples, from, to); in histogram()
/dports/math/libmesh/libmesh-1.6.2/include/utils/
H A Dstatistics.h191 void plot_histogram(const processor_id_type my_procid,
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/doc/whats_new/
H A Dv0.8.rst30 and plot_evaluations and add plot_histogram and plot_objective_2D.
/dports/math/py-baycomp/baycomp-1.0.2/docs/
H A Dclasses.rst33 >>> fig = SignedRankTest.plot_histogram(nbc, j48, names=("nbc", "j48"))
/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Dstatistics.C271 void StatisticsVector<T>::plot_histogram(const processor_id_type my_procid, in plot_histogram() function
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/doc/modules/
H A Dclasses.rst198 plots.plot_histogram
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/geometry/
H A Dcub2h5m.cpp540 void plot_histogram(const std::string &title, const std::string &x_axis_label, in plot_histogram() function
622 plot_histogram("Predeformed Element Volume", "Num_Elems", "Volume [cc]", 10, in generate_plots()
625 plot_histogram(title, "Num_Elems", "Volume Ratio", 10, ratio, n_elems); in generate_plots()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/bin/
H A Dqmca708 def plot_histogram(self,quantity,style,prefix):
1484 xlims,ylims = d.plot_histogram(quantity,histstyle,prefix)
/dports/science/py-scikit-optimize/scikit-optimize-0.9.0/skopt/
H A Dplots.py1174 def plot_histogram(result, dimension_identifier, bins=20, rotate_labels=0, function