Skip to content

Frequently Asked Questions

Gustavo Rosa edited this page Apr 20, 2021 · 5 revisions

If there are any problems or concerns, check if we have your solution here!

Q: Does OPFython works similar as LibOPF?

A: Of course! Our implementation is solely based on LibOPF. Therefore, every type of variable has the same value over both implementations, e.g., distances, arcs weights, metrics. One can easily move all the pipeline written in C to Python without having the burden of re-implementing anything.

Q: Does OPFython uses the same labeling scheme as LibOPF?

A: No! Note that this is the only difference between OPFython and LibOPF, apart from the programming language. As most classifier-based techniques in Python are indexed from label 0, we opted to use such an approach and mantain consistency amongst them.

Clone this wiki locally