Home
last modified time | relevance | path

Searched defs:tfidf (Results 1 – 23 of 23) sorted by relevance

/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/feature/
H A DIDFSuite.scala57 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 Dtf_idf_example.py39 tfidf = idf.transform(tf) variable
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/mllib/
H A DTFIDFExample.scala48 val tfidf: RDD[Vector] = idf.transform(tf) constant
/dports/textproc/py-gensim/gensim-4.0.1/gensim/scripts/
H A Dmake_wiki.py102 tfidf = TfidfModel(mm, id2word=dictionary, normalize=True) variable
H A Dmake_wikicorpus.py102 tfidf = TfidfModel(mm, id2word=dictionary, normalize=True) variable
H A Dmake_wiki_online.py105 tfidf = TfidfModel(mm, id2word=dictionary, normalize=True) variable
H A Dmake_wiki_online_nodebug.py105 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 Dmod.rs7 pub mod tfidf; module
H A Dtfidf.rs15 tfidf: OrderedFloat<f64>, field
/dports/textproc/py-gensim/gensim-4.0.1/gensim/similarities/
H A Dtermsim.py170 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 Dplot_topics_extraction_with_nmf_lda.py85 tfidf = tfidf_vectorizer.fit_transform(data_samples) variable
/dports/science/py-scikit-learn/scikit-learn-1.0.2/doc/modules/
H A Dfeature_extraction.rst429 .. _tfidf: target
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/local_search_service/
H A Dinverted_index.cc196 const float tfidf = std::get<2>(docid_tfidf); in FindMatchingDocumentsApproximately() local
H A Dinverted_index_unittest.cc114 float* tfidf, in GetTfidfForDocId()
/dports/textproc/redisearch/RediSearch-2.2.5/src/ext/
H A Ddefault.c99 double tfidf = dmd->score * rawTfidf / norm; in tfIdfInternal() local
/dports/textproc/redisearch20/RediSearch-2.0.15/src/ext/
H A Ddefault.c99 double tfidf = dmd->score * rawTfidf / norm; in tfIdfInternal() local
/dports/textproc/redisearch16/RediSearch-1.6.16/src/ext/
H A Ddefault.c99 double tfidf = dmd->score * rawTfidf / norm; in tfIdfInternal() local
/dports/textproc/estraier/estraier-1.2.30/
H A Destcommon.c629 ODPAIR *estsearch(ODEUM *odeum, ESTWORD *words, int wnum, int unit, int tfidf, int *np, int *lp, in estsearch()
H A Destindex.c67 int tfidf = TRUE; /* whether to enable TF-IDF method */ variable
H A Destsearch.c116 int tfidf = TRUE; /* whether search scores are tuned by TF-IDF */ variable
H A Destserver.c152 int tfidf = FALSE; /* whether search scores are tuned by TF-IDF */ variable
/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destraier.h259 int tfidf; /* whether with TF-IDF tuning */ member
H A Destraier.c9859 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()