Skip to content
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

Embedding visualization connect #356

Merged

Conversation

jetfuel
Copy link
Collaborator

@jetfuel jetfuel commented Apr 2, 2018

Include 2D/3D dimension config option
include T-SNE/PCA dimension reduction config option
Update Mock data.
Connect frontend with the backend data.

@jetfuel jetfuel self-assigned this Apr 2, 2018
daming-lu
daming-lu previously approved these changes Apr 2, 2018
},
mounted() {
autoAdjustHeight();
},
methods: {
fetchDatasets() {
// Fetch the data from the server. Passing dimention and reduction method
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dimension

dimension: function(val) {
this.myChart.clear()
this.myChart.showLoading()
if (val == "2") {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should use a "==="

Use === to compare type as well.
@jetfuel jetfuel merged commit 6408cbf into PaddlePaddle:develop Apr 3, 2018
@jetfuel jetfuel deleted the embedding_visualization_connect branch April 3, 2018 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants