add tool to convert CSV format file to binary file required by GeminiGraph#27
Open
jsycdut wants to merge 13 commits into
Open
add tool to convert CSV format file to binary file required by GeminiGraph#27jsycdut wants to merge 13 commits into
jsycdut wants to merge 13 commits into
Conversation
convert csv file to binary file required by Gemini it can process edges without edge data in plain csv format
sample.csv has 6 edges and 4 vertices which range for 0 to 3 use toolkits/convert_csv_to_binary to transform sample.csv to binary format
|
missing comments for graph.hpp, hhh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since people discussing the binary file needs by Gemini, so I add a feature to convert the CSV format file to binary format.
These are all I have done in this Pull Request.