Icon

Exercise1

<p><strong>Chapter 7/Exercise 1</strong></p><p>In this exercise, we generate a dataset with 6 clusters over 2 coordinates (x,y). We then want to apply the following data transformation to each the different clusters using a <em>Group Loop</em>:</p><ul><li><p>cluster 0: x=x</p></li><li><p>cluster 1: x=sqrt(x)</p></li><li><p>cluster 2: x=x+iter#</p></li><li><p>cluster 3: x=x*iter#</p></li><li><p>cluster 4: x=y</p></li><li><p>cluster 5: x=x*x</p></li></ul><p>Lastly, we plot the processed data in a <em>Scatter Plot</em>. Compare it with the first <em>Scatter Plot</em> to see the difference.</p>

Nodes

Extensions

Links