- .NET Core https://www.microsoft.com/net/download
- One example per line.
- Extract the content and enter the project folder
- Run
dotnet restore && dotnet build
- Run
dotnet run THRESHOLD INPUT_PATH OUTPUT_PATH
. Example:dotnet run 0.9 "D:\input.csv" "D:\output.csv"