OntoSim 2.2

Uses of Class
fr.inrialpes.exmo.ontosim.vector.model.DocumentCollection.WEIGHT

Packages that use DocumentCollection.WEIGHT
fr.inrialpes.exmo.ontosim   
fr.inrialpes.exmo.ontosim.vector.model   
 

Uses of DocumentCollection.WEIGHT in fr.inrialpes.exmo.ontosim
 

Fields in fr.inrialpes.exmo.ontosim declared as DocumentCollection.WEIGHT
protected  DocumentCollection.WEIGHT VectorSpaceMeasure.vectorType
           
 

Methods in fr.inrialpes.exmo.ontosim that return DocumentCollection.WEIGHT
 DocumentCollection.WEIGHT VectorSpaceMeasure.getVectorType()
           
 

Methods in fr.inrialpes.exmo.ontosim with parameters of type DocumentCollection.WEIGHT
 double VectorSpaceMeasure.getDissim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1, fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2, VectorMeasure m, DocumentCollection.WEIGHT vectorType)
           
 double VectorSpaceMeasure.getSim(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1, fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o2, VectorMeasure m, DocumentCollection.WEIGHT vectorType)
           
 

Constructors in fr.inrialpes.exmo.ontosim with parameters of type DocumentCollection.WEIGHT
VectorSpaceMeasure(Collection<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> ontologies, VectorMeasure m, DocumentCollection.WEIGHT vectorType)
           
VectorSpaceMeasure(VectorMeasure m, DocumentCollection.WEIGHT vectorType)
           
 

Uses of DocumentCollection.WEIGHT in fr.inrialpes.exmo.ontosim.vector.model
 

Methods in fr.inrialpes.exmo.ontosim.vector.model that return DocumentCollection.WEIGHT
static DocumentCollection.WEIGHT DocumentCollection.WEIGHT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentCollection.WEIGHT[] DocumentCollection.WEIGHT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.inrialpes.exmo.ontosim.vector.model with parameters of type DocumentCollection.WEIGHT
 double[] DocumentCollection.getDocVector(Document doc, DocumentCollection.WEIGHT vectorType)
           
 


OntoSim 2.2

(C) INRIA, UPMF & friends, 2008-2011