Knime : Scatter Plot The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsClustering customer data stored in ElasticSearchHow to visualise multidimensional categorical data with additional time dimensionHow to visualize (make plot) of regression output against categorical input variable?How to explain the outcome of k-means clustering?How to do scatterplot Visualization of Text ClassificationPlotting two pandas dataframe columns against each otherTrying to make compelling plot for classification results with pythonColoring labels using scatterplot3d in Rplot the results from kmeansIs there any tool for data visualization and manipulation?

What is the padding with red substance inside of steak packaging?

Can each chord in a progression create its own key?

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

How to read αἱμύλιος or when to aspirate

What aspect of planet Earth must be changed to prevent the industrial revolution?

TDS update packages don't remove unneeded items

What do I do when my TA workload is more than expected?

60's-70's movie: home appliances revolting against the owners

Did the new image of black hole confirm the general theory of relativity?

Fixing different display colors within string

Do working physicists consider Newtonian mechanics to be "falsified"?

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

What other Star Trek series did the main TNG cast show up in?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

Mortgage adviser recommends a longer term than necessary combined with overpayments

What can I do if neighbor is blocking my solar panels intentionally?

Can withdrawing asylum be illegal?

Could an empire control the whole planet with today's comunication methods?

How to make Illustrator type tool selection automatically adapt with text length

Why are PDP-7-style microprogrammed instructions out of vogue?

Would an alien lifeform be able to achieve space travel if lacking in vision?

What information about me do stores get via my credit card?

Is 'stolen' appropriate word?

Do warforged have souls?



Knime : Scatter Plot



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsClustering customer data stored in ElasticSearchHow to visualise multidimensional categorical data with additional time dimensionHow to visualize (make plot) of regression output against categorical input variable?How to explain the outcome of k-means clustering?How to do scatterplot Visualization of Text ClassificationPlotting two pandas dataframe columns against each otherTrying to make compelling plot for classification results with pythonColoring labels using scatterplot3d in Rplot the results from kmeansIs there any tool for data visualization and manipulation?










3












$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?










share|improve this question









$endgroup$




bumped to the homepage by Community 42 mins ago


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















3












$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?










share|improve this question









$endgroup$




bumped to the homepage by Community 42 mins ago


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













3












3








3





$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?










share|improve this question









$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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 26 '16 at 9:00









DannyDanny

215




215





bumped to the homepage by Community 42 mins ago


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 42 mins ago


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
















  • $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










1 Answer
1






active

oldest

votes


















0












$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.



enter image description here






share|improve this answer









$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











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
);



);













draft saved

draft discarded


















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









0












$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.



enter image description here






share|improve this answer









$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















0












$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.



enter image description here






share|improve this answer









$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













0












0








0





$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.



enter image description here






share|improve this answer









$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.



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










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
















  • $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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Ружовы пелікан Змест Знешні выгляд | Пашырэнне | Асаблівасці біялогіі | Літаратура | НавігацыяДагледжаная версіяправерана1 зменаДагледжаная версіяправерана1 змена/ 22697590 Сістэматыкана ВіківідахВыявына Вікісховішчы174693363011049382

ValueError: Error when checking input: expected conv2d_13_input to have shape (3, 150, 150) but got array with shape (150, 150, 3)2019 Community Moderator ElectionError when checking : expected dense_1_input to have shape (None, 5) but got array with shape (200, 1)Error 'Expected 2D array, got 1D array instead:'ValueError: Error when checking input: expected lstm_41_input to have 3 dimensions, but got array with shape (40000,100)ValueError: Error when checking target: expected dense_1 to have shape (7,) but got array with shape (1,)ValueError: Error when checking target: expected dense_2 to have shape (1,) but got array with shape (0,)Keras exception: ValueError: Error when checking input: expected conv2d_1_input to have shape (150, 150, 3) but got array with shape (256, 256, 3)Steps taking too long to completewhen checking input: expected dense_1_input to have shape (13328,) but got array with shape (317,)ValueError: Error when checking target: expected dense_3 to have shape (None, 1) but got array with shape (7715, 40000)Keras exception: Error when checking input: expected dense_input to have shape (2,) but got array with shape (1,)

Illegal assignment from SObject to ContactFetching String, Id from Map - Illegal Assignment Id to Field / ObjectError: Compile Error: Illegal assignment from String to BooleanError: List has no rows for assignment to SObjectError on Test Class - System.QueryException: List has no rows for assignment to SObjectRemote action problemDML requires SObject or SObject list type error“Illegal assignment from List to List”Test Class Fail: Batch Class: System.QueryException: List has no rows for assignment to SObjectMapping to a user'List has no rows for assignment to SObject' Mystery