Knime : Scatter Plot
$begingroup$
I have a sample dataset containing around 77k of rows and I have clustered them by using k mean clustering and colored the clusters using color manager. Now i would like to view them, However I could not set the No. of rows to display as 77k in Scatter Plot and Is there any way to visualize the clusters in Knime?
data-mining visualization
$endgroup$
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
$begingroup$
I have a sample dataset containing around 77k of rows and I have clustered them by using k mean clustering and colored the clusters using color manager. Now i would like to view them, However I could not set the No. of rows to display as 77k in Scatter Plot and Is there any way to visualize the clusters in Knime?
data-mining visualization
$endgroup$
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
Did you had a look at the examples that comes with Knime, more specifically EXAMPLES > 04 Analytics > 03 Clustering > 01 Performing_a k-Means_Clustering ? Is that what you are looking for? BTW Knime is very limited when it comes to charting.
$endgroup$
– tagoma
Dec 17 '17 at 21:33
add a comment |
$begingroup$
I have a sample dataset containing around 77k of rows and I have clustered them by using k mean clustering and colored the clusters using color manager. Now i would like to view them, However I could not set the No. of rows to display as 77k in Scatter Plot and Is there any way to visualize the clusters in Knime?
data-mining visualization
$endgroup$
I have a sample dataset containing around 77k of rows and I have clustered them by using k mean clustering and colored the clusters using color manager. Now i would like to view them, However I could not set the No. of rows to display as 77k in Scatter Plot and Is there any way to visualize the clusters in Knime?
data-mining visualization
data-mining visualization
asked Jan 26 '16 at 9:00
DannyDanny
215
215
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
$begingroup$
Did you had a look at the examples that comes with Knime, more specifically EXAMPLES > 04 Analytics > 03 Clustering > 01 Performing_a k-Means_Clustering ? Is that what you are looking for? BTW Knime is very limited when it comes to charting.
$endgroup$
– tagoma
Dec 17 '17 at 21:33
add a comment |
$begingroup$
Did you had a look at the examples that comes with Knime, more specifically EXAMPLES > 04 Analytics > 03 Clustering > 01 Performing_a k-Means_Clustering ? Is that what you are looking for? BTW Knime is very limited when it comes to charting.
$endgroup$
– tagoma
Dec 17 '17 at 21:33
$begingroup$
Did you had a look at the examples that comes with Knime, more specifically EXAMPLES > 04 Analytics > 03 Clustering > 01 Performing_a k-Means_Clustering ? Is that what you are looking for? BTW Knime is very limited when it comes to charting.
$endgroup$
– tagoma
Dec 17 '17 at 21:33
$begingroup$
Did you had a look at the examples that comes with Knime, more specifically EXAMPLES > 04 Analytics > 03 Clustering > 01 Performing_a k-Means_Clustering ? Is that what you are looking for? BTW Knime is very limited when it comes to charting.
$endgroup$
– tagoma
Dec 17 '17 at 21:33
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Can't help if you're fixed on KNIME, but if you can use Orange Data Mining, I've had success clustering (took a minute or so) and previewing a scatter plot of a dataset with 32k rows.
$endgroup$
$begingroup$
Thanks for sharing your idea. I was able to accomplish my task by using Row Sampling and I sampled the entire 77k into 10k data and was able to plot it. I am testing my data with several BI tools and will next try Orange Data mining.
$endgroup$
– Danny
Jan 27 '16 at 15:32
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "557"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f9966%2fknime-scatter-plot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Can't help if you're fixed on KNIME, but if you can use Orange Data Mining, I've had success clustering (took a minute or so) and previewing a scatter plot of a dataset with 32k rows.
$endgroup$
$begingroup$
Thanks for sharing your idea. I was able to accomplish my task by using Row Sampling and I sampled the entire 77k into 10k data and was able to plot it. I am testing my data with several BI tools and will next try Orange Data mining.
$endgroup$
– Danny
Jan 27 '16 at 15:32
add a comment |
$begingroup$
Can't help if you're fixed on KNIME, but if you can use Orange Data Mining, I've had success clustering (took a minute or so) and previewing a scatter plot of a dataset with 32k rows.
$endgroup$
$begingroup$
Thanks for sharing your idea. I was able to accomplish my task by using Row Sampling and I sampled the entire 77k into 10k data and was able to plot it. I am testing my data with several BI tools and will next try Orange Data mining.
$endgroup$
– Danny
Jan 27 '16 at 15:32
add a comment |
$begingroup$
Can't help if you're fixed on KNIME, but if you can use Orange Data Mining, I've had success clustering (took a minute or so) and previewing a scatter plot of a dataset with 32k rows.
$endgroup$
Can't help if you're fixed on KNIME, but if you can use Orange Data Mining, I've had success clustering (took a minute or so) and previewing a scatter plot of a dataset with 32k rows.
answered Jan 27 '16 at 1:38
K3---rncK3---rnc
1,774811
1,774811
$begingroup$
Thanks for sharing your idea. I was able to accomplish my task by using Row Sampling and I sampled the entire 77k into 10k data and was able to plot it. I am testing my data with several BI tools and will next try Orange Data mining.
$endgroup$
– Danny
Jan 27 '16 at 15:32
add a comment |
$begingroup$
Thanks for sharing your idea. I was able to accomplish my task by using Row Sampling and I sampled the entire 77k into 10k data and was able to plot it. I am testing my data with several BI tools and will next try Orange Data mining.
$endgroup$
– Danny
Jan 27 '16 at 15:32
$begingroup$
Thanks for sharing your idea. I was able to accomplish my task by using Row Sampling and I sampled the entire 77k into 10k data and was able to plot it. I am testing my data with several BI tools and will next try Orange Data mining.
$endgroup$
– Danny
Jan 27 '16 at 15:32
$begingroup$
Thanks for sharing your idea. I was able to accomplish my task by using Row Sampling and I sampled the entire 77k into 10k data and was able to plot it. I am testing my data with several BI tools and will next try Orange Data mining.
$endgroup$
– Danny
Jan 27 '16 at 15:32
add a comment |
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f9966%2fknime-scatter-plot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Did you had a look at the examples that comes with Knime, more specifically EXAMPLES > 04 Analytics > 03 Clustering > 01 Performing_a k-Means_Clustering ? Is that what you are looking for? BTW Knime is very limited when it comes to charting.
$endgroup$
– tagoma
Dec 17 '17 at 21:33