1
0
Форкнуть 0
R-powered custom visual. Implements k-means clustering
Перейти к файлу
Boris Efraty a5e5d2f3a7
Master ver 1.0.6 (#9)
* Version 1.0.3 HTML-based

HTML-based
Small changes in GUI
New guid

* screen.png changed

* commented out debug code

* Changes due to Ignat's request

removed .api and old_*.ts files

* Changes due to Ignat + api 1.7.0

* Revert "Changes due to Ignat + api 1.7.0"

This reverts commit 216427f4e8.

# Conflicts:
#	package.json
#	pbiviz.json

* remove api 1.4.0

* ver 1.0.4

Enabled Measure for Values

* changed guid

* Version 1.0.5

ID, Tooltips, Padding, Measure inputs

* 1.0.5 with orig guid and cleaned code

Guid and comments and cleaned code

* experimental version

with extra strings and several export options

* updated PBIX, only two export options

updated PBIX and cleaned the code

* commented out debug code

* removed _WORK from guid

* R history only

* edited 1.03 to 1.05 in package lock json

* stam

* 1.0.5

* Version 1.0.6 with api 1.10.0

* gitignore

* temove test from guid + dependency

small changes

* gitignore

* remove Rhitsory

* gitignore

* gitignore

* removed

* ignore

* small change

* changes due to review

* review

* review

* review

* tslint 1

* small
2018-04-17 12:01:19 +03:00
.vscode Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
assets Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
r_files Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
src Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
style added files 2016-10-09 16:24:08 +03:00
.gitignore Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
.npmignore added files 2016-10-09 16:24:08 +03:00
.travis.yml added travis ci support 2017-04-12 12:25:54 +03:00
README.md k-means clustering readme update 2017-05-25 06:12:32 +03:00
capabilities.json Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
dependencies.json Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
package.json Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
pbiviz.json Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
script.r Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
tsconfig.json Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00
tslint.json Master ver 1.0.6 (#9) 2018-04-17 12:01:19 +03:00

README.md

PowerBI-visuals-clustering-kmeans

R-powered custom visual. Implements k-means clustering

k-means clustering screenshot

Overview

Everyone is trying to make sense of, and extract value from, 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; it provides analysts the ability to achieve better results for initiatives and understand customers and processes at a much deeper level than a human can achieve alone.

This visual uses a well known k-means clustering algorithm. 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
  • One of the most challenging tasks in clustering is defining the number of output clusters. To facilitate this task we provide both automatic and manual options for the control.
  • When you are sattisfied with clustering output, use numerous formatting controls to refine the visual apperance of the plot
  • If you are the advanced user, control the inner parameters of k-means clustering algorithm

R package dependencies(auto-installed): nloptr, seriation, pbkrtest,NbClust, cluster, car, scales, fpc, mclust, apcluster, vegan

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 chart at Microsoft Office store