> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kinetica.AggregateKMeansRequest.Options

> kinetica.AggregateKMeansRequest.Options — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1AggregateKMeansRequest#a26cb07db8cd0194875923cb294436798" title="Optional parameters.">AggregateKMeansRequest.options</a>. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Static Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:adc241322a70f148113041ecb280d5110" id="r_adc241322a70f148113041ecb280d5110">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adc241322a70f148113041ecb280d5110">WHITEN</a> = "whiten"</td>
      </tr>

      <tr className="memdesc:adc241322a70f148113041ecb280d5110">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">When set to 1 each of the columns is first normalized by its stdv - default is not to whiten. <br /></td>
      </tr>

      <tr className="separator:adc241322a70f148113041ecb280d5110">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a932b99b03913376d1bb3945d9f386ce6" id="r_a932b99b03913376d1bb3945d9f386ce6">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a932b99b03913376d1bb3945d9f386ce6">MAX\_ITERS</a> = "max\_iters"</td>
      </tr>

      <tr className="memdesc:a932b99b03913376d1bb3945d9f386ce6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of times to try to hit the tolerance limit before giving up - default is 10. <br /></td>
      </tr>

      <tr className="separator:a932b99b03913376d1bb3945d9f386ce6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a0f6e003f92e25a2bf5f113313065847b" id="r_a0f6e003f92e25a2bf5f113313065847b">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a0f6e003f92e25a2bf5f113313065847b">NUM\_TRIES</a> = "num\_tries"</td>
      </tr>

      <tr className="memdesc:a0f6e003f92e25a2bf5f113313065847b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of times to run the k-means algorithm with a different randomly selected starting points - helps avoid local minimum. <br /></td>
      </tr>

      <tr className="separator:a0f6e003f92e25a2bf5f113313065847b">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a16cf93b51f27b4fffeee20e50ae3ba58" id="r_a16cf93b51f27b4fffeee20e50ae3ba58">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a16cf93b51f27b4fffeee20e50ae3ba58">CREATE\_TEMP\_TABLE</a> = "create\_temp\_table"</td>
      </tr>

      <tr className="memdesc:a16cf93b51f27b4fffeee20e50ae3ba58">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#ae3af02d7a50d3087b39750b00c3ec08e">TRUE</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a4f3afeb33e02a8b6da7a83687eaf75f5">RESULT\_TABLE</a>. <br /></td>
      </tr>

      <tr className="separator:a16cf93b51f27b4fffeee20e50ae3ba58">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ae3af02d7a50d3087b39750b00c3ec08e" id="r_ae3af02d7a50d3087b39750b00c3ec08e">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae3af02d7a50d3087b39750b00c3ec08e">TRUE</a> = "true"</td>
      </tr>

      <tr className="memdesc:ae3af02d7a50d3087b39750b00c3ec08e">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateKMeansRequest_1_1Options" title="A set of string constants for the parameter AggregateKMeansRequest.options.">AggregateKMeansRequest.Options</a> options. <br /></td>
      </tr>

      <tr className="separator:ae3af02d7a50d3087b39750b00c3ec08e">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a896292a1ece92d40d52c3e9de570b923" id="r_a896292a1ece92d40d52c3e9de570b923">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a896292a1ece92d40d52c3e9de570b923">FALSE</a> = "false"</td>
      </tr>

      <tr className="memdesc:a896292a1ece92d40d52c3e9de570b923">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateKMeansRequest_1_1Options" title="A set of string constants for the parameter AggregateKMeansRequest.options.">AggregateKMeansRequest.Options</a> options. <br /></td>
      </tr>

      <tr className="separator:a896292a1ece92d40d52c3e9de570b923">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a4f3afeb33e02a8b6da7a83687eaf75f5" id="r_a4f3afeb33e02a8b6da7a83687eaf75f5">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4f3afeb33e02a8b6da7a83687eaf75f5">RESULT\_TABLE</a> = "result\_table"</td>
      </tr>

      <tr className="memdesc:a4f3afeb33e02a8b6da7a83687eaf75f5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The name of a table used to store the results, in \[schema\_name. <br /></td>
      </tr>

      <tr className="separator:a4f3afeb33e02a8b6da7a83687eaf75f5">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a4df425445879a78e4b1dd4250396972c" id="r_a4df425445879a78e4b1dd4250396972c">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a4df425445879a78e4b1dd4250396972c">RESULT\_TABLE\_PERSIST</a> = "result\_table\_persist"</td>
      </tr>

      <tr className="memdesc:a4df425445879a78e4b1dd4250396972c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">If <a className="el" href="#ae3af02d7a50d3087b39750b00c3ec08e">TRUE</a>, then the result table specified in <a className="el" href="#a4f3afeb33e02a8b6da7a83687eaf75f5">RESULT\_TABLE</a> will be persisted and will not expire unless a <a className="el" href="#a7f76f3ba95a0e0f5a99545b7b789e331">TTL</a> is specified. <br /></td>
      </tr>

      <tr className="separator:a4df425445879a78e4b1dd4250396972c">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a7f76f3ba95a0e0f5a99545b7b789e331" id="r_a7f76f3ba95a0e0f5a99545b7b789e331">
        <td className="memItemLeft" align="right" valign="top">const string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7f76f3ba95a0e0f5a99545b7b789e331">TTL</a> = "ttl"</td>
      </tr>

      <tr className="memdesc:a7f76f3ba95a0e0f5a99545b7b789e331">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Sets the <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <a className="el" href="#a4f3afeb33e02a8b6da7a83687eaf75f5">RESULT\_TABLE</a>. <br /></td>
      </tr>

      <tr className="separator:a7f76f3ba95a0e0f5a99545b7b789e331">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of string constants for the parameter <a className="el" href="/content/api/cs/classkinetica_1_1AggregateKMeansRequest#a26cb07db8cd0194875923cb294436798" title="Optional parameters.">AggregateKMeansRequest.options</a>. </p>
      <p>Optional parameters.</p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00030">30</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a16cf93b51f27b4fffeee20e50ae3ba58">◆ </a></span>CREATE\_TEMP\_TABLE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.CREATE\_TEMP\_TABLE = "create\_temp\_table"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="#ae3af02d7a50d3087b39750b00c3ec08e">TRUE</a>, a unique temporary table name will be generated in the sys\_temp schema and used in place of <a className="el" href="#a4f3afeb33e02a8b6da7a83687eaf75f5">RESULT\_TABLE</a>. </p>
        <p>If <a className="el" href="#a4df425445879a78e4b1dd4250396972c">RESULT\_TABLE\_PERSIST</a> is <a className="el" href="#a896292a1ece92d40d52c3e9de570b923">FALSE</a> (or unspecified), then this is always allowed even if the caller does not have permission to create tables. The generated name is returned in <a className="el" href="/content/api/cs/structkinetica_1_1AggregateKMeansResponse_1_1Info#a59d34c6e180d4492eff55db7c8bbe24f">QUALIFIED\_RESULT\_TABLE\_NAME</a>. Supported values:</p>

        <ul>
          <li> <a className="el" href="#ae3af02d7a50d3087b39750b00c3ec08e">TRUE</a> </li>
          <li> <a className="el" href="#a896292a1ece92d40d52c3e9de570b923">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a896292a1ece92d40d52c3e9de570b923">FALSE</a>.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00075">75</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a896292a1ece92d40d52c3e9de570b923">◆ </a></span>FALSE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.FALSE = "false"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateKMeansRequest_1_1Options" title="A set of string constants for the parameter AggregateKMeansRequest.options.">AggregateKMeansRequest.Options</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00083">83</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a932b99b03913376d1bb3945d9f386ce6">◆ </a></span>MAX\_ITERS</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.MAX\_ITERS = "max\_iters"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of times to try to hit the tolerance limit before giving up - default is 10. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00038">38</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a0f6e003f92e25a2bf5f113313065847b">◆ </a></span>NUM\_TRIES</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.NUM\_TRIES = "num\_tries"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of times to run the k-means algorithm with a different randomly selected starting points - helps avoid local minimum. </p>
        <p>Default is 1.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00044">44</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4f3afeb33e02a8b6da7a83687eaf75f5">◆ </a></span>RESULT\_TABLE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.RESULT\_TABLE = "result\_table"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The name of a table used to store the results, in \[schema\_name. </p>
        <p>]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. </p>
        <p>If this option is specified, the results are not returned in the response.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00093">93</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a4df425445879a78e4b1dd4250396972c">◆ </a></span>RESULT\_TABLE\_PERSIST</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.RESULT\_TABLE\_PERSIST = "result\_table\_persist"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>If <a className="el" href="#ae3af02d7a50d3087b39750b00c3ec08e">TRUE</a>, then the result table specified in <a className="el" href="#a4f3afeb33e02a8b6da7a83687eaf75f5">RESULT\_TABLE</a> will be persisted and will not expire unless a <a className="el" href="#a7f76f3ba95a0e0f5a99545b7b789e331">TTL</a> is specified. </p>
        <p>If <a className="el" href="#a896292a1ece92d40d52c3e9de570b923">FALSE</a>, then the result table will be an in-memory table and will expire unless a <a className="el" href="#a7f76f3ba95a0e0f5a99545b7b789e331">TTL</a> is specified otherwise. Supported values:</p>

        <ul>
          <li> <a className="el" href="#ae3af02d7a50d3087b39750b00c3ec08e">TRUE</a> </li>
          <li> <a className="el" href="#a896292a1ece92d40d52c3e9de570b923">FALSE</a> </li>
        </ul>

        <p>The default value is <a className="el" href="#a896292a1ece92d40d52c3e9de570b923">FALSE</a>.</p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00123">123</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae3af02d7a50d3087b39750b00c3ec08e">◆ </a></span>TRUE</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.TRUE = "true"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>A boolean constant for the <a className="el" href="/content/api/cs/structkinetica_1_1AggregateKMeansRequest_1_1Options" title="A set of string constants for the parameter AggregateKMeansRequest.options.">AggregateKMeansRequest.Options</a> options. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00079">79</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a7f76f3ba95a0e0f5a99545b7b789e331">◆ </a></span>TTL</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.TTL = "ttl"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Sets the <a href="/content/concepts/ttl/" target="_top">TTL</a> of the table specified in <a className="el" href="#a4f3afeb33e02a8b6da7a83687eaf75f5">RESULT\_TABLE</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00129">129</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#adc241322a70f148113041ecb280d5110">◆ </a></span>WHITEN</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">const string kinetica.AggregateKMeansRequest.Options.WHITEN = "whiten"</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel static">static</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>When set to 1 each of the columns is first normalized by its stdv - default is not to whiten. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source#l00034">34</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/Protocol/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a></li>
      <li>Kinetica/Protocol/<a className="el" href="/content/api/cs/Kinetica_2Protocol_2AggregateKMeans_8cs_source">AggregateKMeans.cs</a></li>
    </ul>
  </div>
</div>
