OntoSim 2.4

Uses of Class
fr.inrialpes.exmo.ontosim.vector.model.Document

Packages that use Document
fr.inrialpes.exmo.ontosim   
fr.inrialpes.exmo.ontosim.vector.model   
 

Uses of Document in fr.inrialpes.exmo.ontosim
 

Fields in fr.inrialpes.exmo.ontosim with type parameters of type Document
protected  Map<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>,Document> VectorSpaceMeasure.ontologies
           
 

Uses of Document in fr.inrialpes.exmo.ontosim.vector.model
 

Fields in fr.inrialpes.exmo.ontosim.vector.model with type parameters of type Document
private  TreeMap<String,Set<Document>> DocumentCollection.terms
           
 

Methods in fr.inrialpes.exmo.ontosim.vector.model with parameters of type Document
 boolean DocumentCollection.add(Document o)
           
private  void DocumentCollection.addTermOcc(Document doc, String term)
           
 double[] DocumentCollection.getDocVector(Document doc, DocumentCollection.WEIGHT vectorType)
           
 double[] DocumentCollection.getTFDocVector(Document doc)
           
 double[] DocumentCollection.getTFIDFDocVector(Document doc)
           
private  void DocumentCollection.indexTermsOf(Document doc)
           
 boolean DocumentCollection.remove(Document o)
           
 


OntoSim 2.4

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