SimilarityIndexCollectionExtension extension
Extension methods on collection of SimilarityIndex.
Methods
-
limit(
[int? limit = 10]) → List< SimilarityIndex> -
Available on Iterable<
Returns the firstSimilarityIndex> , provided by the SimilarityIndexCollectionExtension extensionlimit
instances of the collection. -
sortBySimilarity(
[bool descending = true]) → List< SimilarityIndex> -
Available on Iterable<
Sorts the collection of SimilarityIndex instances in descending order of SimilarityIndex.similarity.SimilarityIndex> , provided by the SimilarityIndexCollectionExtension extension