You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.mathworks.com/matlabcentral/fileexchange/37435-generate-data-for-clustering)
3
4
4
5
# generateData
5
6
@@ -100,14 +101,28 @@ rand("state", 123);
100
101
randn("state", 123);
101
102
```
102
103
104
+
## Previous behaviors and reproducibility of results
105
+
106
+
Before [v2.0.0](https://github.com/fakenmc/generateData/tree/v2.0.0), lines
107
+
supporting clusters were parameterized with slopes instead of angles. We found
108
+
this caused difficulties when choosing line orientation, thus the change to
109
+
angles, which are much easier to work with.
110
+
Version [v1.3.0](https://github.com/fakenmc/generateData/tree/v1.3.0) still
111
+
uses slopes, for those who prefer this behavior.
112
+
113
+
For reproducing results in studies published before May 2020, use version
0 commit comments