bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
664 stars 185 forks source link

FilterTest #122

Open wangziyuruc opened 5 years ago

wangziyuruc commented 5 years ago

MockStates states = new MockStates(new double[][] {{0, 0, 0.6, 1.0, 0.4}, {0.2, 0.3, 0.01, 0.02, 0.3}, {0.3, 0.4, 0.2, 0.05, 0.02}});

What does it mean?

smattheis commented 5 years ago

I don't understand your question. Can you please provide a bit of context to your question:

MockStates states = new MockStates(new double[][] {{0, 0, 0.6, 1.0, 0.4}, {0.2, 0.3, 0.01, 0.02, 0.3}, {0.3, 0.4, 0.2, 0.05, 0.02}}); What does it mean?