A web application for analyzing multivariate data through similarity networks, with interactive visualizations and basic exploratory statistics.
- Upload and process multivariate datasets.
- Construct and interactively explore similarity networks.
- Interactive graph visualization using D3.js.
- Compute and display basic descriptive statistics.
- .NET SDK (version 6.0 or later)
- Any modern browser (Chrome, Firefox, Edge)
git clone https://github.com/yourusername/yourrepo.git
cd yourrepodotnet build
dotnet runOpen your browser and go to: http://app.olgen.cz/simnetx
- Upload your dataset (CSV).
- The app computes a similarity network from the data.
- Explore the network interactively:
- Zoom, pan, and hover for details.
- Highlight clusters or specific attributes.
- View basic exploratory statistics (e.g., distributions, summary tables).
- Export results for further use.
Here’s an example of a similarity network generated by the app:

Server: C# (.NET Core / ASP.NET Core) Frontend: HTML, CSS, JavaScript Visualization: D3.js Data Handling: D3.js, Newtonsoft.Json