Home
last modified time | relevance | path

Searched refs:penalty_type (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tcg/hpp/
H A Dsequence_ops.hpp23 typedef typename edge_eval::penalty_type penalty_type; in minimalPath() typedef
56 std::vector<penalty_type> minPenaltyToEnd(n); in minimalPath()
59 penalty_type newPenalty; in minimalPath()
82 minPenaltyToEnd[aIdx] = (std::numeric_limits<penalty_type>::max)(); in minimalPath()
87 (std::numeric_limits<penalty_type>::max)()); in minimalPath()
H A Dpolyline_ops.hpp64 typename StandardDeviationEvaluator<RanIt>::penalty_type
107 typedef double penalty_type; typedef in tcg::polyline_ops::_QuadraticsEdgeEvaluator
111 penalty_type m_tol;
115 penalty_type tol);
118 penalty_type penalty(const quad_iterator &a, const quad_iterator &b);
125 const quad_iterator &begin, const quad_iterator &end, penalty_type tol) in _QuadraticsEdgeEvaluator()
241 typename _QuadraticsEdgeEvaluator<Point>::penalty_type
246 penalty_type penalty = 0.0; in penalty()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Draster_edge_evaluator.h37 RanIt>::penalty_type penalty_type; typedef
44 penalty_type penalty(const iterator_type &a, const iterator_type &b);
H A Draster_edge_evaluator.hpp24 typename RasterEdgeEvaluator<RanIt>::penalty_type
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tcg/
H A Dsequence_ops.h27 typedef Pen penalty_type; typedef
44 virtual penalty_type penalty(const iterator_type &a,
H A Dpolyline_ops.h137 typedef double penalty_type; typedef
151 penalty_type penalty(const iterator_type &a, const iterator_type &b);
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/model/
H A Dowlogisticregression.py31 penalty_type = settings.Setting(1) variable in OWLogisticRegression
90 penalty = self.penalty_types_short[self.penalty_type]
118 self.penalty_types[self.penalty_type], self.C_s[self.C_index],
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dalmo_scf_types.F46 TYPE penalty_type type
51 END TYPE penalty_type
364 TYPE(penalty_type) :: penalty
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dalmo_scf_types.F47 TYPE penalty_type type
55 END TYPE penalty_type
80 TYPE(penalty_type) :: opt_penalty
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/linear_model/
H A D_sgd_fast.pyx370 int penalty_type,
401 penalty_type : int
520 if penalty_type == L1 or penalty_type == ELASTICNET:
525 if penalty_type == L2:
527 elif penalty_type == L1:
599 if penalty_type >= L2:
623 if penalty_type == L1 or penalty_type == ELASTICNET:
H A D_stochastic_gradient.py433 penalty_type = est._get_penalty_type(est.penalty)
455 penalty_type,
1589 penalty_type = self._get_penalty_type(self.penalty)
1624 penalty_type,
2143 penalty_type = self._get_penalty_type(self.penalty)
2185 penalty_type,
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Doptimize.c16 typedef int32_t penalty_type; typedef
61 static penalty_type *permuting_sort_values;
163 increment_penalties(Gif_OptData *opt, penalty_type *penalty, int32_t delta) in increment_penalties()
H A Dopttemplate.c50 penalty_type *values, int is_down) { in X()
611 penalty_type *penalty = Gif_NewArray(penalty_type, all_ncol); in X()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Doptimize.c16 typedef int32_t penalty_type; typedef
61 static penalty_type *permuting_sort_values;
163 increment_penalties(Gif_OptData *opt, penalty_type *penalty, int32_t delta) in increment_penalties()
H A Dopttemplate.c50 penalty_type *values, int is_down) { in X()
611 penalty_type *penalty = Gif_NewArray(penalty_type, all_ncol); in X()
/dports/biology/py-biopython/biopython-1.79/Bio/
H A Dpairwise2.py362 align_type, match_type, penalty_type = name[:-2], name[-2], name[-1]
368 penalty_args, penalty_doc = self.penalty2args[penalty_type]
370 raise AttributeError("unknown penalty type %r" % penalty_type)