<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Count Number of Data Point in a Cluster in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-Number-of-Data-Point-in-a-Cluster/m-p/2039152#M85612</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I would like to count total number of data point belong to a cluster. In table below, column 4 is using KMeanCluster2D to cluster ID into 5 cluster. I want to count the number of ID belong to a cluster in Column 5.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: it should be a chart function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="linnakry_0-1676626486618.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100754i3F9B8D1E2E341A44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="linnakry_0-1676626486618.png" alt="linnakry_0-1676626486618.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am trying to apply Silhouette Analysis to pick the K Value (although in my example, K value is already chosen).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RankingFunctions/KmeansCentroidExample.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RankingFunctions/KmeansCentroidExample.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 09:38:36 GMT</pubDate>
    <dc:creator>linnakry</dc:creator>
    <dc:date>2023-02-17T09:38:36Z</dc:date>
    <item>
      <title>Count Number of Data Point in a Cluster</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Number-of-Data-Point-in-a-Cluster/m-p/2039152#M85612</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I would like to count total number of data point belong to a cluster. In table below, column 4 is using KMeanCluster2D to cluster ID into 5 cluster. I want to count the number of ID belong to a cluster in Column 5.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: it should be a chart function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="linnakry_0-1676626486618.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100754i3F9B8D1E2E341A44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="linnakry_0-1676626486618.png" alt="linnakry_0-1676626486618.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am trying to apply Silhouette Analysis to pick the K Value (although in my example, K value is already chosen).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RankingFunctions/KmeansCentroidExample.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/RankingFunctions/KmeansCentroidExample.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 09:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Number-of-Data-Point-in-a-Cluster/m-p/2039152#M85612</guid>
      <dc:creator>linnakry</dc:creator>
      <dc:date>2023-02-17T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count Number of Data Point in a Cluster</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Number-of-Data-Point-in-a-Cluster/m-p/2039216#M85622</link>
      <description>&lt;P&gt;may be this ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=count(aggr(KMeans2D(vDistClusters,only(latitude),only(longitude)), nodistinct id))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=count( nodistinct aggr(KMeans2D(vDistClusters,only(latitude),only(longitude)), total id))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 12:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Number-of-Data-Point-in-a-Cluster/m-p/2039216#M85622</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2023-02-17T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count Number of Data Point in a Cluster</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Number-of-Data-Point-in-a-Cluster/m-p/2039420#M85650</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48554"&gt;@brunobertels&lt;/a&gt;&amp;nbsp;unfortunately it doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 18:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Number-of-Data-Point-in-a-Cluster/m-p/2039420#M85650</guid>
      <dc:creator>linnakry</dc:creator>
      <dc:date>2023-02-17T18:16:11Z</dc:date>
    </item>
  </channel>
</rss>

