majority_voting: Majority Voting

Description Usage Arguments Value Examples

View source: R/majority_voting.R

Description

Baseline truth discovery method, where the belief that X takes value v is simply the number of sources who makes that assertion. Sources are considered to be equally trustworthy.

Usage

1

Arguments

data

data.frame

Value

list

Examples

1
2
3
4
5
data = data.frame(source = c('source1','source1','source2','source2','source3','source3','source4',
'source4','source4'),
object = c('x','y','y','z','x','z','x','y','z'),
fact = c('4','7','7','5','3','5','3', '6','8'))
majority_voting(data)

rodrigowang/truthfinder documentation built on Dec. 22, 2021, 5:15 p.m.