Project

General

Profile

1
@namespace("eu.dnetlib.iis.websiteusage.schemas")
2
protocol IIS{
3
    
4
    record DataSetWebsiteUsageSimilarities {
5
//      coefficient from [0, 1] range,
6
//      the greater the number, the more similar the datasets w.r.t
7
//      being visited together
8
        union { null , float } covisitedSimilarity = null;
9
//      some other similarity metrics, to be specified by NKUA
10
    }
11

    
12
}
(1-1/5)