cqfn / aibolit

Static Analyzer for Java Code with Machine Learning in Mind
https://pypi.org/project/aibolit/
51 stars 17 forks source link

Inference on decomposed class #613

Closed aravij closed 4 years ago

aravij commented 4 years ago

Currently dataset is represented with class components instead of a single file. We have to do the inference the same way. Gathered ranks must be merged into a single list in the following way: first goes all first elements, then all seconds and so on. Order on components is arbitrary.

It might be also added to stat command.