@base . @prefix rdf: . @prefix : <#> . @prefix dc: . @prefix dct: . @prefix owl: . @prefix xml: . @prefix xsd: . @prefix dcat: . @prefix doap: . @prefix foaf: . @prefix prov: . @prefix rdfs: . @prefix skos: . @prefix mex-algo: . @prefix mex-core: . <> dc:publisher "AKSW Grupo de Pesquisa - Universidade de Leipzig"@pt, "AKSW Research Group - Leipzig University"@en ; dct:contributor , ; dct:created "2014-02-02"^^xsd:date ; dct:creator ; dct:modified "2016-05-01"^^xsd:date ; dct:title "MEX Performance (mex-perf) is an ontology with the goal of describing performance values for machine learning problems (MEX Platform)"@en ; rdf:about "http://mex.aksw.org/mex-doc-perf#" ; a owl:Ontology ; rdfs:comment "MEX e um vocabulario modelado para facilitar a interoperabilidade entre resultados de experimentos de aprendizado de maquinas publicados na Web. A camada mex-perf e o 3o. nivel na abordagem MEX para representar performances de algoritmos de aprendizado de maquinas"@pt, "MEX is an RDF vocabulary designed to facilitate interoperability between published machine learning experiments results on the Web. The mex-perf layer is the 3rd level of the MEX for representing the machine learning algorithm's performances."@en ; rdfs:label "The MEX Vocabulary (mex-perf)"@en, "Vocabulario MEX (mex-perf)"@pt ; owl:imports , , ; owl:versionInfo "1.0.2" . :ClassificationMeasure a owl:Class ; rdfs:subClassOf :PerformanceMeasure . :ClusteringMeasure a owl:Class ; rdfs:subClassOf :PerformanceMeasure . :ExamplePerformanceMeasure a owl:Class ; rdfs:subClassOf prov:Entity . :ExamplePerformanceMeasureCollection a owl:Class ; rdfs:subClassOf prov:Collection . :ExecutionPerformance a owl:Class ; rdfs:subClassOf prov:Activity . :L1norm a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :L2norm a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :Linfnorm a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :PerformanceMeasure a owl:Class ; rdfs:subClassOf prov:Entity . :RegressionMeasure a owl:Class ; rdfs:subClassOf :PerformanceMeasure . :StatisticalMeasure a owl:Class ; rdfs:subClassOf :PerformanceMeasure . :UserDefinedMeasure a owl:Class ; rdfs:subClassOf :PerformanceMeasure . :UserDefinedMeasureCollection a owl:Class ; rdfs:subClassOf prov:Collection . :accuracy a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :bonferroniDunn a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :chebyschevDistance a owl:DatatypeProperty ; rdfs:domain :ClusteringMeasure ; rdfs:range xsd:double . :chiSquare a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :correlationCoefficient a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :cosine a owl:DatatypeProperty ; rdfs:domain :ClusteringMeasure ; rdfs:range xsd:double . :costParameter a owl:DatatypeProperty . :error a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure, :ClusteringMeasure, :RegressionMeasure, :StatisticalMeasure ; rdfs:range xsd:double . :euclideanDistance a owl:DatatypeProperty ; rdfs:domain :ClusteringMeasure ; rdfs:range xsd:double . :f1Measure dc:description "F-measure or F-score or F1 score" ; a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :falseNegative a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:integer . :falseNegativeRate a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :falsePositive a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:integer . :falsePositiveRate a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :folds a owl:DatatypeProperty ; rdfs:range xsd:int . :formula a owl:DatatypeProperty ; rdfs:domain :UserDefinedMeasure ; rdfs:range xsd:string . :friedman a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :genSimilarityCoefficient a owl:DatatypeProperty ; rdfs:domain :ClusteringMeasure ; rdfs:range xsd:double . :hammingDistance a owl:DatatypeProperty ; rdfs:domain :ClusteringMeasure ; rdfs:range xsd:double . :kappaStatistics a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :kernel a owl:DatatypeProperty ; rdfs:range xsd:string . :kolmogorovSmirnov a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :manhattanDistance a owl:DatatypeProperty ; rdfs:domain :ClusteringMeasure ; rdfs:range xsd:double . :mean a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :meanAbsoluteDeviation a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :meanSquaredError a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :median a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :medianAbsoluteDeviation a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :mode a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :nemenyi a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :pearsonCorrelation a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :pmi a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:label "Pointwise mutual information"@en ; rdfs:range xsd:double . :precision a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :predictedValue a owl:DatatypeProperty ; rdfs:domain :ExamplePerformanceMeasure ; rdfs:range xsd:string . :realValue a owl:DatatypeProperty ; rdfs:domain :ExamplePerformanceMeasure ; rdfs:range xsd:string . :recall a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :relativeAbsoluteError a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :residual a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :roc a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :rootMeanSquaredError a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :rootRelativeSquaredError a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :sensitivity a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :specificity a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :spmi a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure . :standardDeviation a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :totalError a owl:DatatypeProperty ; rdfs:domain :RegressionMeasure ; rdfs:range xsd:double . :trueNegative a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:integer . :trueNegativeRate a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :truePositive a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:integer . :truePositiveRate a owl:DatatypeProperty ; rdfs:domain :ClassificationMeasure ; rdfs:range xsd:double . :variance a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . :wilcoxon a owl:DatatypeProperty ; rdfs:domain :StatisticalMeasure ; rdfs:range xsd:double . prov:Activity a owl:Class . prov:Collection a owl:Class . prov:Entity a owl:Class .