Cheers,
some partners asked me how we determine the number of "transactions" for distance matrix calculations because they were surprised about the volumes in their reports. Here's a little description.
So if you want to change from a
(m_old x n_old) shape to a (m_new x n_new) shape the delta is (m_new – m_old) x n_new + (m_old) x (n_new - n_old)
To simplify this for suare shaped dima's:
from (old)² to (new)² it is delta=(new²)-(old²)
Best regards,
Bernd
Transaction count distance matrix operations (create/update)
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Transaction count distance matrix operations (create/update)
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...