Project

General

Profile

1
@namespace("eu.dnetlib.iis.websiteusage.schemas")
2
protocol IIS{
3

    
4
    record PersonWebsiteUsageSimilarities {
5
//      coefficient from [0, 1] range,
6
//      the greater the number, the more similar the persons w.r.t being visited together
7
        union { null , float } covisitedSimilarity = null;
8
//      some other similarity metrics, to be specified by NKUA
9
    }
10

    
11
}
(4-4/5)