diff --git a/README.md b/README.md index 6adc879..54c22b4 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ For the semi supervised mode, similarity between the RDF subjects is evaluated w The output results are clusters in the [.cnl format](https://github.com/eXascaleInfolab/PyCABeM/blob/master/formats/format.cnl) (space separated list of members). Each cluster correspond to the type and has members represented by the subject ids. Subject ids are generated sequentially starting from `0` for all unique subjects in the input dataset. -Accuracy of the StaTIX type inference (see details in [TInfES](https://github.com/eXascaleInfolab/TInfES)): - +Accuracy of the StaTIX type inference (see details in [TInfES](https://github.com/eXascaleInfolab/TInfES) and [benchmarking results](https://docs.google.com/spreadsheets/d/e/2PACX-1vShqU5Vs9GimVV5OXoZ50uFNwhGfySwNZGYFufKo-lyq5-FMDAZ77yYLcFbo_iOGa2kDe5a1bI6TCFj/pubhtml?gid=2147007814&single=true)): +![F1h](images/F1h_Algs.png) ## Requirements *StaTIX* uses *DAOC* clustering library and *Apache [Commons CLI](https://commons.apache.org/proper/commons-cli/)* arguments parser. Both libraries are included into the repository and located in the `/lib` dir. diff --git a/images/F1h_Algs.png b/images/F1h_Algs.png new file mode 100644 index 0000000..3c04f86 Binary files /dev/null and b/images/F1h_Algs.png differ