Home
last modified time | relevance | path

Searched refs:feature_limit (Results 1 – 3 of 3) sorted by relevance

/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/
H A DGlyph.pm167 feature_limit => [
420 my $limit = $self->feature_limit;
1579 sub feature_limit { subroutine
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/
H A DChanges250 - Documented -feature_limit in the Panel docs as well as in Glyph.
254 - Added "feature_limit" option to put a cap on the maximum number of features that a
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dparser.cc757 void feature_limit(vw& all, example* ex) in feature_limit() function
820 feature_limit(all,ae); in setup_example()