Measure.TYPES
Modifier and Type | Field and Description |
---|---|
protected VectorMeasure |
measure |
private DocumentCollection |
ontIndex |
protected java.util.Map<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>,Document> |
ontologies |
protected DocumentCollection.WEIGHT |
vectorType |
Constructor and Description |
---|
VectorSpaceMeasure() |
VectorSpaceMeasure(java.util.Collection<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> ontologies) |
VectorSpaceMeasure(java.util.Collection<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> ontologies,
VectorMeasure m,
DocumentCollection.WEIGHT vectorType) |
VectorSpaceMeasure(VectorMeasure m,
DocumentCollection.WEIGHT vectorType) |
Modifier and Type | Method and Description |
---|---|
void |
addOntologies(java.util.Collection<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> ontologies) |
boolean |
addOntology(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> ontology) |
double |
getDissim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2) |
double |
getDissim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2,
VectorMeasure m,
DocumentCollection.WEIGHT vectorType) |
double |
getMeasureValue(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2) |
Measure.TYPES |
getMType() |
double |
getSim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2) |
double |
getSim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1,
fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2,
VectorMeasure m,
DocumentCollection.WEIGHT vectorType) |
DocumentCollection.WEIGHT |
getVectorType() |
protected java.util.Map<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>,Document> ontologies
private DocumentCollection ontIndex
protected DocumentCollection.WEIGHT vectorType
protected VectorMeasure measure
public VectorSpaceMeasure()
public VectorSpaceMeasure(java.util.Collection<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> ontologies)
public VectorSpaceMeasure(VectorMeasure m, DocumentCollection.WEIGHT vectorType)
public VectorSpaceMeasure(java.util.Collection<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> ontologies, VectorMeasure m, DocumentCollection.WEIGHT vectorType)
public final boolean addOntology(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> ontology)
public final void addOntologies(java.util.Collection<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> ontologies)
public double getSim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1, fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2, VectorMeasure m, DocumentCollection.WEIGHT vectorType)
public double getDissim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1, fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2, VectorMeasure m, DocumentCollection.WEIGHT vectorType)
public double getSim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1, fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2)
public double getDissim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1, fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2)
public double getMeasureValue(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1, fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2)
getMeasureValue
in interface Measure<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>>
public Measure.TYPES getMType()
public DocumentCollection.WEIGHT getVectorType()
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017