The Java template program is placed in this bitbucket repository. This demo software performs the same service calls shown at the online interface in order to ease researchers' work with the API. For further information, please visit the repository. Further information about the API and the services offered, please check the complete documentation of the API.
We provide a detailed API documentation in this postman documenter website.
Compile project using mvn install
. The JAR file will be
placed in 'target/' folder, the executable is named
'metrics-client.jar'.
You can find released builds (JAR file) at http://sele.inf.um.es/evaluome/releases/.
java -jar metrics-client.jar -f metrics.csv
This
execution results in 3 API calls:
http://semantics.inf.um.es:8080/metrics-ws/rest/stabilityIndexCSV
http://semantics.inf.um.es:8080/metrics-ws/rest/qualityIndicesCSV
http://semantics.inf.um.es:8080/metrics-ws/rest/correlation
java -jar metrics-client.jar -f agro.csv -e email@email.com
This performs the same API calls described above, however, the
results will be sent through emails which contain the download
links.
java -jar metrics-client.jar -f metrics.csv -k 4
Changing the cluster group division to 4 in order to group data into
4 clusters. The default k value is 5 if none is specified.