-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A Nearest Neighbor Query in Time-Dependent Road Networks - MDM #20
base: master
Are you sure you want to change the base?
Conversation
…o da função das arestas. Concluido Entrada Database.
…lasse de conexão.
…resta de um grafo dependente do tempo.
…raph. Data taxi is of Taxi Simples.
Compare solution of the RNN.
proposed solution to the problem of the nearest taxi. Solutions includes unit testing and comparison between class solutions (with synthetic and real graph).
Long getNodeId(int latitude, int longitude). chance of the proteced to public. And add method public Set<Long> getPoiIds() with IDs Pois.
Returns random values within a range.
…nt, Edge edge). checks if a point is in a line.
…graphast-knn-reverse # Conflicts: # core/src/main/java/org/graphast/importer/GraphGeneratorGrid.java # core/src/main/java/org/graphast/importer/OSMDBImporter.java # core/src/main/java/org/graphast/model/Graph.java # core/src/main/java/org/graphast/model/GraphImpl.java # core/src/test/java/org/graphast/graphgenerator/GraphGenerator.java # core/src/test/java/org/graphast/graphgenerator/GraphGeneratorGridTester.java
@@ -0,0 +1,11 @@ | |||
# remoto - nuvem arida |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acho que este arquivo não deveria aparecer. Não é genérico para o framework.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arquivo removido
|
||
<dependency> | ||
<groupId>postgresql</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
evitar as dependências de banco no core.
talvez possamos pensar no projeto graphast-postgres para integração com o postgres e postgis.
uma interface genérica DAO poderia ficar no core.
No description provided.