Please update dql-index.md to fix the confusing nbEmployeesMax example
gmsh opened this issue · 1 comments
gmsh commented
Please change the Max
to Min
in the example in line 75.
Logically, if the nbEmployeesMax >= 5000
, then the nbEmployeesMin
could be less than 5000. For example, the actual number of employees for a company is 10, and our estimation is [5, 10000], a very loose range. And nbEmployeesMax >= 5000
will match this company, but we couldn’t say the number of employees of it is more than 5000, right?