Skip to content

Commit 3aa05a4

Browse files
committed
fix errors preventing build
1 parent ffdfcb3 commit 3aa05a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
60.3 KB
Loading

source/widgets/visualize/radviz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The snapshot shown below shows a Radviz widget with a visualization of the datas
2020

2121
![](images/Radviz-stamped.png)
2222

23-
Just like all point-based visualizations, this widget includes tools for intelligent data visualization (VizRank, see Leban et al. 2006) and an interface for explorative data analysis - selection of data points in visualization. Just like the [Scatter Plot](../visualize/scatterplot.md) and [FreeViz]((../visualize/freeviz.md)) widgets, it can be used to find a set of variables that would result in an interesting visualization. The Radviz graph above is according to this definition an example of a very good visualization, suggested by the VizRank's interface (*Suggest features* button).
23+
Just like all point-based visualizations, this widget includes tools for intelligent data visualization (VizRank, see Leban et al. 2006) and an interface for explorative data analysis - selection of data points in visualization. Just like the [Scatter Plot](../visualize/scatterplot.md) and [FreeViz](../visualize/freeviz.md) widgets, it can be used to find a set of variables that would result in an interesting visualization. The Radviz graph above is according to this definition an example of a very good visualization, suggested by the VizRank's interface (*Suggest features* button).
2424

2525
Example
2626
-------

source/widgets/visualize/scatterplot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Scatter plot visualization with exploratory analysis and intelligent data visual
1717

1818
The **Scatter Plot** widget provides a 2-dimensional scatter plot visualization. The data is displayed as a collection of points, each having the value of the x-axis attribute determining the position on the horizontal axis and the value of the y-axis attribute determining the position on the vertical axis. Various properties of the graph, like color, size and shape of the points, point labels, maximum point size and jittering can be adjusted on the left side of the widget. A snapshot below shows the scatter plot of the *Iris* dataset with the coloring matching the class attribute.
1919

20-
![](images/ScatterPlot-Iris-stamped.png)
20+
![](images/Scatterplot-Iris-stamped.png)
2121

2222
1. Select the x and y attribute. Optimize your projection with **Find Informative Projections**. This feature scores attribute pairs by average classification accuracy/lowest R2 and returns the top scoring pair with a simultaneous visualization update. The buttons on the right enable showing confidence intervals.
2323
2. *Attributes*: Set the color of the displayed points (you will get colors for categorical values and blue-green-yellow points for numeric). Set label, shape and size to differentiate between points. *Label only selected points* allows you to select individual data instances and label only those.
@@ -33,7 +33,7 @@ The **Scatter Plot** widget provides a 2-dimensional scatter plot visualization.
3333

3434
Here is an example of the **Scatter Plot** widget if the *Show color regions* and *Show regression line* boxes are ticked.
3535

36-
![](images/ScatterPlot-ClassDensity.png)
36+
![](images/Scatterplot-ClassDensity.png)
3737

3838
Intelligent Data Visualization
3939
------------------------------
@@ -57,7 +57,7 @@ Selection can be used to manually defined subgroups in the data. Use Shift modif
5757

5858
Signal data outputs a data table with an additional column that contains group indices.
5959

60-
![](images/ScatterPlot-Selection.png)
60+
![](images/ScatterPlot-selection.png)
6161

6262
Exploratory Data Analysis
6363
-------------------------

0 commit comments

Comments
 (0)