|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Abstraction of the calculation used to determine how similar two Bounding Boxes are. More...
Inherited by Lucene.Net.Spatial.BBox.AreaSimilarity, and Lucene.Net.Spatial.BBox.DistanceSimilarity.
Public Member Functions | |
| double | Score (Rectangle extent, Explanation exp) |
Abstraction of the calculation used to determine how similar two Bounding Boxes are.
Definition at line 26 of file BBoxSimilarity.cs.
| double Lucene.Net.Spatial.BBox.BBoxSimilarity.Score | ( | Rectangle | extent, |
| Explanation | exp | ||
| ) |
Implemented in Lucene.Net.Spatial.BBox.AreaSimilarity, and Lucene.Net.Spatial.BBox.DistanceSimilarity.
1.8.3