/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/feature/ |
H A D | IDFSuite.scala | 57 val tfidf = model.transform(termFrequencies).collect() constant 98 val tfidf = model.transform(termFrequencies).collect() constant
|
/dports/devel/spark/spark-2.1.1/examples/src/main/python/mllib/ |
H A D | tf_idf_example.py | 39 tfidf = idf.transform(tf) variable
|
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/mllib/ |
H A D | TFIDFExample.scala | 48 val tfidf: RDD[Vector] = idf.transform(tf) constant
|
/dports/textproc/py-gensim/gensim-4.0.1/gensim/scripts/ |
H A D | make_wiki.py | 102 tfidf = TfidfModel(mm, id2word=dictionary, normalize=True) variable
|
H A D | make_wikicorpus.py | 102 tfidf = TfidfModel(mm, id2word=dictionary, normalize=True) variable
|
H A D | make_wiki_online.py | 105 tfidf = TfidfModel(mm, id2word=dictionary, normalize=True) variable
|
H A D | make_wiki_online_nodebug.py | 105 tfidf = TfidfModel(mm, id2word=dictionary, normalize=True) variable
|
/dports/www/zola/zola-0.15.2/cargo-crates/jieba-rs-0.6.6/src/keywords/ |
H A D | mod.rs | 7 pub mod tfidf; module
|
H A D | tfidf.rs | 15 tfidf: OrderedFloat<f64>, field
|
/dports/textproc/py-gensim/gensim-4.0.1/gensim/similarities/ |
H A D | termsim.py | 170 def _create_source(index, dictionary, tfidf, symmetric, dominant, nonzero_limit, dtype): argument 480 def __init__(self, source, dictionary=None, tfidf=None, symmetric=True, dominant=False, argument
|
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/applications/ |
H A D | plot_topics_extraction_with_nmf_lda.py | 85 tfidf = tfidf_vectorizer.fit_transform(data_samples) variable
|
/dports/science/py-scikit-learn/scikit-learn-1.0.2/doc/modules/ |
H A D | feature_extraction.rst | 429 .. _tfidf: target
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/local_search_service/ |
H A D | inverted_index.cc | 196 const float tfidf = std::get<2>(docid_tfidf); in FindMatchingDocumentsApproximately() local
|
H A D | inverted_index_unittest.cc | 114 float* tfidf, in GetTfidfForDocId()
|
/dports/textproc/redisearch/RediSearch-2.2.5/src/ext/ |
H A D | default.c | 99 double tfidf = dmd->score * rawTfidf / norm; in tfIdfInternal() local
|
/dports/textproc/redisearch20/RediSearch-2.0.15/src/ext/ |
H A D | default.c | 99 double tfidf = dmd->score * rawTfidf / norm; in tfIdfInternal() local
|
/dports/textproc/redisearch16/RediSearch-1.6.16/src/ext/ |
H A D | default.c | 99 double tfidf = dmd->score * rawTfidf / norm; in tfIdfInternal() local
|
/dports/textproc/estraier/estraier-1.2.30/ |
H A D | estcommon.c | 629 ODPAIR *estsearch(ODEUM *odeum, ESTWORD *words, int wnum, int unit, int tfidf, int *np, int *lp, in estsearch()
|
H A D | estindex.c | 67 int tfidf = TRUE; /* whether to enable TF-IDF method */ variable
|
H A D | estsearch.c | 116 int tfidf = TRUE; /* whether search scores are tuned by TF-IDF */ variable
|
H A D | estserver.c | 152 int tfidf = FALSE; /* whether search scores are tuned by TF-IDF */ variable
|
/dports/textproc/hyperestraier/hyperestraier-1.4.13/ |
H A D | estraier.h | 259 int tfidf; /* whether with TF-IDF tuning */ member
|
H A D | estraier.c | 9859 int vnum, int tfidf, double limit, CBMAP *shadows){ in est_eclipse_scores() 10223 int knum, int unum, int mnum, int tfidf, in est_search_similar() 10366 static CBMAP *est_get_tvmap(ESTDB *db, int id, int vnum, int tfidf){ in est_get_tvmap()
|