Searched defs:minCount (Results 1 – 5 of 5) sorted by relevance
75 static ArgumentSpec variableLengthArguments(const std::string &name, const size_t minCount, in variableLengthArguments()88 ArgumentSpec(const std::string &name, const size_t minCount, const size_t maxCount, in ArgumentSpec()
151 const size_t minCount = argumentSpecIt->getMinCount(); in parseArguments() local
33 const int minCount = ASSUMED_MIN_COUNTS[static_cast<int>(ngramType)]; in computeRawProbabilityFromCounts() local
55 Context context, Recommender recommender, int minCount, int maxCount) { in ChannelsRowAdapter()
142 protected static void cleanupOlderFiles(final int minCount, final long minAge) { in cleanupOlderFiles()