traclus_impl icon indicating copy to clipboard operation
traclus_impl copied to clipboard

Python implementation of Traclus algorithm, for 2-D trajectories

Results 7 traclus_impl issues
Sort by recently updated
recently updated
newest added

**Corresponding error:** #7 AttributeError: 'LineSegment' object has no attribute 'unit_vector' An incomplete if module causes the problem. It is possible that the value of the variable 'self.length' is 0.0. In...

Hi, coming across loads of path related issues, which I could fix. However also the compiler dir is apparently missing, and hence the below error: ModuleNotFoundError: No module named 'compiler'........

Hello! I've tried to run your code example with main and faced an error: AttributeError: 'LineSegment' object has no attribute 'unit_vector' in the line 103 of geometry.py, in sine_of_angle_with return...

Hab some problems while running this app and added a solution proposal

Why I get a warning ("ImportError: cannot import name 'TrajectoryLineSegmentFactory' from 'traclus_dbscan'") when executed main.py in cdm? I have already add the path and turn to the file that main.py...

Hi apolcyn! Awesome implementation of TCMM! BTW, I wonder why you need to determine the longer/shorter lines before your calculation of distance functions. I saw the illustration in the paper...