Skip to content

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
},
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.

3 participants