题库 第6507页
计算机算法必须具备输入、输出、有穷性、确定性、可行性(有效性)等五个特性。。
计算机算法必须具备输入、输出、有穷性、确定性、可行性(有效性)等五个特性。。 ~@[](2)答案:TRUE…
In a search engine, thresholding for query retrieves the top $$k
In a search engine, thresholding for query retrieves the top $$k$$ documents according to their weights. ~@[](2)答案:FALS…
In a search engine, thresholding for document searches according
In a search engine, thresholding for document searches according to some percentage of the query terms. ~@[](2)答案:FALSE…
While accessing a term by hashing in an inverted file index, ran
While accessing a term by hashing in an inverted file index, range searches are expensive. ~@[](1)答案:TRUE…
If 7 elements have been stored in a hash table which is represen
If 7 elements have been stored in a hash table which is represented by an array of size 13, the hash function is $$H(x)=…
It is still possible to have a collision even if we hash only 2
It is still possible to have a collision even if we hash only 2 elements into a hash table of 100 cells. ~@[](1)答案:TRUE…
In hashing, functions "insert" and "find" have the same time com
In hashing, functions "insert" and "find" have the same time complexity. ~@[](1)答案:TRUE…
If 7 elements have been stored in a hash table of size 13 at pos
If 7 elements have been stored in a hash table of size 13 at positions { 0, 1, 2, 4, 5, 10, 11 }, and the hash function…
Recall is more important than precision when evaluating the expl
Recall is more important than precision when evaluating the explosive detection in airport security. ~@[](2)答案:TRUE…
When measuring the relevancy of the answer set, if the precision
When measuring the relevancy of the answer set, if the precision is high but the recall is low, it means that most of th…