joesingo / truthdiscovery

Python3 library implementing a selection of truth-discovery algorithms
GNU General Public License v3.0
7 stars 5 forks source link

Handle empty rows/columns in input #6

Closed joesingo closed 5 years ago

joesingo commented 5 years ago

Decide what should happen if

Possible options are:

Note that Average.Log cannot be used if there is a source that makes no claims, since we take the logarithm (and divide by) the number of claims made

joesingo commented 5 years ago

This is no longer an issue, since an empty row/column will not generate and tuples in MatrixDataset.get_triples