Skip to content

Queryable Port of some methods of LinqDataCalc [ .NET 4.6.2+ ]

License

Notifications You must be signed in to change notification settings

chrdek/QueryablDataCalc

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023
Dec 3, 2023
Dec 5, 2023
Dec 5, 2023
Feb 27, 2024
Dec 5, 2023
Dec 5, 2023
Dec 3, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023
Dec 5, 2023

Repository files navigation

Queryabl.DataCalc (package)

Review
Codacy Badge
Quality Gate Status
Security Rating
Nuget
🌐 Global Status

      


The IQueryable port alternative of LinqDataCalc.



Most parts of the re-written source are meant to provide a more fluent linq-like syntax alternative for some methods in the original LinqDataCalc with some examples.


Previous/New methods Ported to IQueryable syntax displayed in table below:


Method Implemented As Usage
AsNumberTuples()                         ↗️
                        ↘️

FilterNumerics()
FilterNumerics(predicate)
example only of funct. filtered numerics, use 'Where', 'Select' clauses instead
OddOrEven()   ➡️ CollEvenLength() size-specific collection filters
HammingDist() ➡️ WhereDist() hamming-distance collection search using 'Where' clause
New Methods ↗️
                        ↘️
FreqOccur()
FreqObjsOccur()
filtering based on object frequency
ToIntMatrix()    ↗️
                        ↘️
SelectIntMatrix()
SelectIntMatrix()
Large Integer string-to-matrix representations

Online project located at nuget gallery.

Further usage and instructions in the online documentation site.