boris-kz / CogAlg

This project is a Computer Vision implementation of general hierarchical pattern discovery principles introduced in README
http://www.cognitivealgorithm.info
MIT License
91 stars 41 forks source link

Hierarchical model, recursive structure reflections in code. Wise code reuse #83

Open goodengineer opened 2 years ago

goodengineer commented 2 years ago

Have a good time of a day.

1) Which best the project objective tailored testing / QA directions the project maintainers propose to apply? (I need to work)

2) How line_PPPs.py differs from line_recursive.py?

On top of which already implemented and tested/worked correctly functions(like comp_Pp(...)?) line_PPPs.py parts can be constructed?

_"should be formed as a cross-level increment: line_PPPs = increment (linePPs)."

3) Where is line_PPPs.py file or part of it?

Kind Regards,

boris-kz commented 2 years ago

Thanks Peter!

To contribute, you need to fully understand line_Ps and line_PPs, both of which likely still have functional bugs. In line_PPs, we are currently working on search_rng and mergerPp, that's where we need help. Only then we can move on to line_recursive, which replaced line_PPPs (it still has line_PPPs_root as a test code).

On each level you need to understand the reasoning behind the process, do you have any questions about it?