public class OwlSimVariance extends Object
Constructor and Description |
---|
OwlSimVariance(OWLSimReferenceBasedStatistics refBasedStats) |
Modifier and Type | Method and Description |
---|---|
Map<String,Double> |
getTopNVarianceValues(Set<org.semanticweb.owlapi.model.OWLClass> candidates,
int n)
This implementation can be heavily optimized
|
double |
getVarianceValue(Set<org.semanticweb.owlapi.model.OWLClass> candidates,
org.semanticweb.owlapi.model.IRI referenceEntity) |
Map<org.semanticweb.owlapi.model.IRI,Double> |
getVarianceValue(Set<org.semanticweb.owlapi.model.OWLClass> candidates,
org.semanticweb.owlapi.model.IRI referenceEntity,
Set<org.semanticweb.owlapi.model.OWLClass> topLevelReferenceEntities) |
public OwlSimVariance(OWLSimReferenceBasedStatistics refBasedStats) throws UnknownOWLClassException
UnknownOWLClassException
public double getVarianceValue(Set<org.semanticweb.owlapi.model.OWLClass> candidates, org.semanticweb.owlapi.model.IRI referenceEntity) throws OwlSimVarianceEntityReferenceNotFoundException
public Map<String,Double> getTopNVarianceValues(Set<org.semanticweb.owlapi.model.OWLClass> candidates, int n)
public Map<org.semanticweb.owlapi.model.IRI,Double> getVarianceValue(Set<org.semanticweb.owlapi.model.OWLClass> candidates, org.semanticweb.owlapi.model.IRI referenceEntity, Set<org.semanticweb.owlapi.model.OWLClass> topLevelReferenceEntities) throws OwlSimVarianceEntityReferenceNotFoundException, UnknownOWLClassException
Copyright © 2010–2015. All rights reserved.