Description Usage Arguments Value Examples
View source: R/majority_voting.R
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.
1 |
data |
data.frame |
list
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.