Density-based spatial clustering of applications with noise visualization
Перейти к файлу
dependabot[bot] 6a39c9cc19
Bump tslint from 4.5.1 to 6.1.3 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [tslint](https://github.com/palantir/tslint).


Updates `tslint` from 4.5.1 to 6.1.3
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/4.5.1...6.1.3)

---
updated-dependencies:
- dependency-name: tslint
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 08:25:20 +00:00
.github/workflows Add build.yml file 2024-04-15 17:33:25 +02:00
.vscode Version 1.0.0 2016-12-27 22:28:47 +02:00
assets apgraded to api 1.7 2017-08-13 13:28:16 +03:00
dist Version 1.0.2 2017-08-30 11:40:55 +03:00
src added Travis CI support 2017-04-12 13:02:45 +03:00
style Version 1.0.0 2016-12-27 22:28:47 +02:00
.gitignore added Travis CI support 2017-04-12 13:02:45 +03:00
.travis.yml added Travis CI support 2017-04-12 13:02:45 +03:00
README.md DBScan readme update 2017-05-25 06:33:38 +03:00
SECURITY.md Microsoft mandatory file 2023-06-12 18:29:14 +00:00
capabilities.json Version 1.0.2 2017-08-30 11:40:55 +03:00
dependencies.json Version 1.0.0 2016-12-27 22:28:47 +02:00
package-lock.json Bump tslint from 4.5.1 to 6.1.3 in the npm_and_yarn group 2024-04-16 08:25:20 +00:00
package.json Bump tslint from 4.5.1 to 6.1.3 in the npm_and_yarn group 2024-04-16 08:25:20 +00:00
pbiviz.json Version 1.0.2 2017-08-30 11:40:55 +03:00
script.r 1.0.1 2017-02-14 13:47:32 +02:00
tsconfig.json apgraded to api 1.7 2017-08-13 13:28:16 +03:00
tslint.json added Travis CI support 2017-04-12 13:02:45 +03:00

README.md

PowerBI-visuals-dbscan

A PowerBI visualization for density-based spatial clustering of applications with noise.

DBScan screenshot

Overview

Everyone is trying to make sense of their data. In the real world, data is often not easy to separate, and patterns are not usually obvious. Clustering helps you find similarity groups in your data and it is one of the most common tasks in the Data Science. Finding the "outliers", which are the observations in your data isolated from the rest of observations, is often a non-easy analytics task by its own. It explains why the density-based clustering, which find similarity groups and outliers in your data simultaniously, is one of the most common clustering algorithms.

You can control the algorithm parameters and the visual attributes to suit your needs.

Here is how it works:

  • Define the fields to be used in clustering (two or more numerical variables)
  • Optionally, provide the labels to be shown on top of each observation
  • If the dimensionality of data is higher than two, consider data preprocessing
  • DBSCAN algorithm requires 2 parameters to control the granularity of clusters. They can be set manually by user (recommended) or automatically by underlying algorithm
  • When you are sattisfied with clustering output, use numerous formatting controls to refine the visual apperance of the plot

R package dependencies(auto-installed): scales, fpc, car, dbscan

Supports R versions: R 3.3.1, R 3.3.0, MRO 3.3.1, MRO 3.3.0, MRO 3.2.2

See also Clustering With Outliers at Microsoft Office store