Learn R Programming

patterncausality (version 0.1.3)

patternHashing: Pattern Hashing Function

Description

This function hashes all possible patterns generated from a dataset to facilitate analysis of their distribution and frequency, supporting risk assessment in decision-making processes related to the causality and dynamics of complex systems.

Usage

patternHashing(E)

Value

hashedpatterns Returns a vector of hashed values representing each pattern or NA if the pattern generation was not possible, typically due to insufficient or overly simplified input.

Arguments

E

The embedding dimension which influences the complexity and variety of patterns generated. This parameter adjusts the granularity with which the system's dynamics are analyzed and interpreted.

Examples

Run this code
# Assume E is set to 3, which is suitable for generating moderately complex patterns.
hashed_result <- patternHashing(3)
print(hashed_result)

Run the code above in your browser using DataLab