-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated examples to plot PCA with Roassal 3 #321
Commits on May 25, 2023
-
Updated examples to plot PCA with Roassal 3.
This needs PolyMathOrg/DataFrame#237 to be merged.
Hernán Morales Durand committedMay 25, 2023 Configuration menu - View commit details
-
Copy full SHA for b8ffb91 - Browse repository at this point
Copy the full SHA b8ffb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0a10a - Browse repository at this point
Copy the full SHA ab0a10aView commit details
Commits on Dec 27, 2023
-
Merge branch 'master' into plot_pca
* master: refactor: Rename Variable where we make the roles of the objects clearer in the tests. test: clarified the name of a test. fix: corrected a comment. test: clarified naming using domain language (repeated roots). fix: corrected the comment. test: added some interesting and missing tests. test: changed the example and added a comment to make it clear what the coefficients correspond to. test: added a simple test for x^2 + 2x + 1, whose roots are x = -1 and -1 refactor: Rename Variable - it looks like it is a root. stylg: removed redundant comment. refactor: Rename Method, and now we have the interface that a client (in this case the test) needs. refactor: Inline Method as it has no clients. style: corrected a Smalltalk code critique. refactor: clarified the name of the method. refactor: Inline Method, as it has no clients. refactor: Move Method to a more sensible place. refactor: made the method a class method. Next we can inline the instance method. refactor: Extract Method where a method instantiates a root finding algorithm with the desired precision. refactor: migrated the client to no longer use roots message. refactor: using Parallel Change, introduced a new message that returns roots in order.
Hernán Morales Durand committedDec 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 264d746 - Browse repository at this point
Copy the full SHA 264d746View commit details -
Add visualizations package with dependencies.
Update baseline dependencies. Also reduce baseline long method. Update Roassal deprecated class names.
Hernán Morales Durand committedDec 27, 2023 Configuration menu - View commit details
-
Copy full SHA for f24cbfb - Browse repository at this point
Copy the full SHA f24cbfbView commit details -
Add missing baseline reference to Roassal
Hernán Morales Durand committedDec 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 1cd367a - Browse repository at this point
Copy the full SHA 1cd367aView commit details -
Hernán Morales Durand committed
Dec 27, 2023 Configuration menu - View commit details
-
Copy full SHA for f6ffd19 - Browse repository at this point
Copy the full SHA f6ffd19View commit details
Commits on Dec 28, 2023
-
Remove Roassal reference in Baseline
Hernán Morales Durand committedDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for c044efc - Browse repository at this point
Copy the full SHA c044efcView commit details -
AIDataInspector -> AIDataFrameInspector
Hernán Morales Durand committedDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for bb48d99 - Browse repository at this point
Copy the full SHA bb48d99View commit details -
Fix another reference: AIDataInspector -> AIDataFrameInspector
Hernán Morales Durand committedDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for cb9a018 - Browse repository at this point
Copy the full SHA cb9a018View commit details -
Add compatibility method because Roassal chart class name changes bet…
…ween different Pharo versions
Hernán Morales Durand committedDec 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 2c84554 - Browse repository at this point
Copy the full SHA 2c84554View commit details