The document discusses an algorithm for mining incremental weighted frequent patterns called IWFP-TWU, which incorporates user-defined levels of interest and the concept of transaction weighted utility for efficient pattern mining in dynamic databases. It presents a compact prefix tree structure, which allows single pass scanning of the database, and maintains the downward closure property while dealing with incremental data. Experimental evaluations indicate that IWFP-TWU is more efficient in both memory usage and runtime compared to previous methods, providing relevant patterns based on both weight and frequency.