2 dépôts
Calculates properties of nested data structures such as depth, atom counts, and element frequencies.
Distinct from Nested Data Extractors: Distinct from Nested Data Extractors by calculating metadata and structural properties rather than just retrieving specific values.
Explore 2 awesome GitHub repositories matching data & databases · Structural Analysis. Refine with filters or upvote what's useful.
This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also
Deno Data Processing traverses a nested data structure to count atoms, calculate depth, or tally occurrences of an item.
Object-enumerator is a data structure crawler and enumeration library designed to discover and list all objects stored within deep or circular data references. It functions as a traversal tool that recursively walks through nested arrays and object graphs to identify every individual referenced object. The library flattens complex hierarchical data structures into a linear collection of unique objects. This process enables data structure analysis and memory reference mapping by tracing all objects connected to a root element to understand the overall composition of a data set.
Analyzes the structural composition of deeply nested arrays and object graphs to identify all unique contained objects.