Package | Description |
---|---|
fr.inrialpes.exmo.ontosim.entity.triplebased | |
fr.inrialpes.exmo.ontosim.extractor | |
fr.inrialpes.exmo.ontosim.util.matrix | |
fr.inrialpes.exmo.ontosim.util.measures |
Modifier and Type | Method and Description |
---|---|
Matrix<org.apache.jena.graph.Node,org.apache.jena.graph.Node> |
IterativeNodeSim.getmatrix() |
Modifier and Type | Method and Description |
---|---|
void |
IterativeNodeSim.computeInitialSim(Measure<java.lang.String> ssim,
Matrix<org.apache.jena.graph.Node,org.apache.jena.graph.Node> simMD) |
Modifier and Type | Method and Description |
---|---|
<O> Matching<O> |
Extractor.extract(Matrix<O,O> m) |
<O> Matching<O> |
AbstractExtractor.extract(Matrix<O,O> m) |
Modifier and Type | Class and Description |
---|---|
class |
HalfMatrixDouble<T> |
class |
MatrixDouble<R,C> |
class |
MatrixFile<R,C> |
Modifier and Type | Method and Description |
---|---|
void |
MatrixFile.putAll(Matrix<R,C> m) |
void |
Matrix.putAll(Matrix<R,C> m) |
void |
MatrixDouble.putAll(Matrix<R,C> m) |
void |
HalfMatrixDouble.putAll(Matrix<T,T> m)
Can be better implemented...
|
Modifier and Type | Field and Description |
---|---|
protected Matrix<O,O> |
CachedMeasure.mValues |
Modifier and Type | Field and Description |
---|---|
protected java.lang.ref.Reference<Matrix<O,O>> |
MeasureCache.mValues |
Constructor and Description |
---|
CachedMeasure(Matrix<O,O> mValues,
Measure.TYPES typeM) |
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017