-->
当前位置:首页 > 题库

题库 第6507页

  • 最新
  • 浏览
  • 评论

计算机算法必须具备输入、输出、有穷性、确定性、可行性(有效性)等五个特性。。

Luz5年前 (2021-05-10)1207
计算机算法必须具备输入、输出、有穷性、确定性、可行性(有效性)等五个特性。。 ~@[](2)答案:TRUE…

In a search engine, thresholding for query retrieves the top $$k

Luz5年前 (2021-05-10)1312
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

Luz5年前 (2021-05-10)995
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

Luz5年前 (2021-05-10)1868
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

Luz5年前 (2021-05-10)1511
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

Luz5年前 (2021-05-10)1039
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

Luz5年前 (2021-05-10)1199
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

Luz5年前 (2021-05-10)1239
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

Luz5年前 (2021-05-10)1352
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

Luz5年前 (2021-05-10)1154
When measuring the relevancy of the answer set, if the precision is high but the recall is low, it means that most of th…