OntoSim 1.0

Uses of Class
fr.inrialpes.exmo.ontosim.util.matrix.MatrixDouble

Packages that use MatrixDouble
fr.inrialpes.exmo.ontosim.entity.triplebased   
fr.inrialpes.exmo.ontosim.util   
fr.inrialpes.exmo.ontosim.util.matrix   
fr.inrialpes.exmo.ontosim.util.measures   
 

Uses of MatrixDouble in fr.inrialpes.exmo.ontosim.entity.triplebased
 

Methods in fr.inrialpes.exmo.ontosim.entity.triplebased that return MatrixDouble
 MatrixDouble<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> IterativeNodeSim.getmatrix()
           
protected  MatrixDouble<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> IterativeNodeSim.updateSim(URI2Triples set1, URI2Triples set2, SetMeasure<com.hp.hpl.jena.graph.Triple> setM)
           
 

Methods in fr.inrialpes.exmo.ontosim.entity.triplebased with parameters of type MatrixDouble
 void IterativeNodeSim.computeInitialSim(Measure<String> ssim, MatrixDouble<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> simMD)
           
 

Uses of MatrixDouble in fr.inrialpes.exmo.ontosim.util
 

Fields in fr.inrialpes.exmo.ontosim.util declared as MatrixDouble
protected  MatrixDouble<org.semanticweb.owl.model.OWLEntity,org.semanticweb.owl.model.OWLEntity> AlignPairsSimple.entEntSimMap
           
 

Uses of MatrixDouble in fr.inrialpes.exmo.ontosim.util.matrix
 

Methods in fr.inrialpes.exmo.ontosim.util.matrix with parameters of type MatrixDouble
 void MatrixDouble.putAll(MatrixDouble<R,C> md)
           
 

Uses of MatrixDouble in fr.inrialpes.exmo.ontosim.util.measures
 

Fields in fr.inrialpes.exmo.ontosim.util.measures declared as MatrixDouble
protected  MatrixDouble<O,O> CachedMeasure.mValues
           
 

Constructors in fr.inrialpes.exmo.ontosim.util.measures with parameters of type MatrixDouble
CachedMeasure(MatrixDouble<O,O> mValues, Measure.TYPES typeM)
           
 


OntoSim 1.0

(C) INRIA & friends, 2008-2009