<spanid="pyfts-partitioners-partitioner-module"></span><h2>pyFTS.partitioners.partitioner module<aclass="headerlink"href="#module-pyFTS.partitioners.partitioner"title="Permalink to this headline">¶</a></h2>
<emclass="property">class </em><codeclass="descclassname">pyFTS.partitioners.partitioner.</code><codeclass="descname">Partitioner</code><spanclass="sig-paren">(</span><em>**kwargs</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/partitioner.html#Partitioner"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">build</code><spanclass="sig-paren">(</span><em>data</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/partitioner.html#Partitioner.build"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.build"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">get_name</code><spanclass="sig-paren">(</span><em>counter</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/partitioner.html#Partitioner.get_name"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.get_name"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">lower_set</code><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/partitioner.html#Partitioner.lower_set"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.lower_set"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">membership_function</code><emclass="property"> = None</em><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.membership_function"title="Permalink to this definition">¶</a></dt>
<dd><p>Fuzzy membership function (pyFTS.common.Membership)</p>
<codeclass="descname">name</code><emclass="property"> = None</em><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.name"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">partitions</code><emclass="property"> = None</em><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.partitions"title="Permalink to this definition">¶</a></dt>
<dd><p>The number of universe of discourse partitions, i.e., the number of fuzzy sets that will be created</p>
<codeclass="descname">plot</code><spanclass="sig-paren">(</span><em>ax</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/partitioner.html#Partitioner.plot"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.plot"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">plot_set</code><spanclass="sig-paren">(</span><em>ax</em>, <em>s</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/partitioner.html#Partitioner.plot_set"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.plot_set"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">prefix</code><emclass="property"> = None</em><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.prefix"title="Permalink to this definition">¶</a></dt>
<dd><p>prefix of auto generated partition names</p>
<codeclass="descname">setnames</code><emclass="property"> = None</em><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.setnames"title="Permalink to this definition">¶</a></dt>
<dd><p>list of partitions names. If None is given the partitions will be auto named with prefix</p>
<codeclass="descname">transformation</code><emclass="property"> = None</em><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.transformation"title="Permalink to this definition">¶</a></dt>
<dd><p>data transformation to be applied on data</p>
<codeclass="descname">upper_set</code><spanclass="sig-paren">(</span><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/partitioner.html#Partitioner.upper_set"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.partitioner.Partitioner.upper_set"title="Permalink to this definition">¶</a></dt>
<spanid="pyfts-partitioners-grid-module"></span><h2>pyFTS.partitioners.Grid module<aclass="headerlink"href="#module-pyFTS.partitioners.Grid"title="Permalink to this headline">¶</a></h2>
<p>Even Length Grid Partitioner</p>
<dlclass="class">
<dtid="pyFTS.partitioners.Grid.GridPartitioner">
<emclass="property">class </em><codeclass="descclassname">pyFTS.partitioners.Grid.</code><codeclass="descname">GridPartitioner</code><spanclass="sig-paren">(</span><em>**kwargs</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Grid.html#GridPartitioner"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Grid.GridPartitioner"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">build</code><spanclass="sig-paren">(</span><em>data</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Grid.html#GridPartitioner.build"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Grid.GridPartitioner.build"title="Permalink to this definition">¶</a></dt>
<dd><p>Perform the partitioning of the Universe of Discourse</p>
<spanid="pyfts-partitioners-huarng-module"></span><h2>pyFTS.partitioners.Huarng module<aclass="headerlink"href="#module-pyFTS.partitioners.Huarng"title="Permalink to this headline">¶</a></h2>
<p>K. H. Huarng, “Effective lengths of intervals to improve forecasting in fuzzy time series,”
<emclass="property">class </em><codeclass="descclassname">pyFTS.partitioners.Huarng.</code><codeclass="descname">HuarngPartitioner</code><spanclass="sig-paren">(</span><em>**kwargs</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Huarng.html#HuarngPartitioner"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Huarng.HuarngPartitioner"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">build</code><spanclass="sig-paren">(</span><em>data</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Huarng.html#HuarngPartitioner.build"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Huarng.HuarngPartitioner.build"title="Permalink to this definition">¶</a></dt>
<dd><p>Perform the partitioning of the Universe of Discourse</p>
<spanid="pyfts-partitioners-entropy-module"></span><h2>pyFTS.partitioners.Entropy module<aclass="headerlink"href="#module-pyFTS.partitioners.Entropy"title="Permalink to this headline">¶</a></h2>
<p>C. H. Cheng, R. J. Chang, and C. A. Yeh, “Entropy-based and trapezoidal fuzzification-based fuzzy time series approach for forecasting IT project cost,”
Technol. Forecast. Social Change, vol. 73, no. 5, pp. 524–542, Jun. 2006.</p>
<emclass="property">class </em><codeclass="descclassname">pyFTS.partitioners.Entropy.</code><codeclass="descname">EntropyPartitioner</code><spanclass="sig-paren">(</span><em>**kwargs</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#EntropyPartitioner"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.EntropyPartitioner"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">build</code><spanclass="sig-paren">(</span><em>data</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#EntropyPartitioner.build"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.EntropyPartitioner.build"title="Permalink to this definition">¶</a></dt>
<dd><p>Perform the partitioning of the Universe of Discourse</p>
<codeclass="descclassname">pyFTS.partitioners.Entropy.</code><codeclass="descname">PMF</code><spanclass="sig-paren">(</span><em>data</em>, <em>threshold</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#PMF"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.PMF"title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dlclass="function">
<dtid="pyFTS.partitioners.Entropy.bestSplit">
<codeclass="descclassname">pyFTS.partitioners.Entropy.</code><codeclass="descname">bestSplit</code><spanclass="sig-paren">(</span><em>data</em>, <em>npart</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#bestSplit"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.bestSplit"title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dlclass="function">
<dtid="pyFTS.partitioners.Entropy.entropy">
<codeclass="descclassname">pyFTS.partitioners.Entropy.</code><codeclass="descname">entropy</code><spanclass="sig-paren">(</span><em>data</em>, <em>threshold</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#entropy"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.entropy"title="Permalink to this definition">¶</a></dt>
<codeclass="descclassname">pyFTS.partitioners.Entropy.</code><codeclass="descname">informationGain</code><spanclass="sig-paren">(</span><em>data</em>, <em>thres1</em>, <em>thres2</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#informationGain"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.informationGain"title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dlclass="function">
<dtid="pyFTS.partitioners.Entropy.splitAbove">
<codeclass="descclassname">pyFTS.partitioners.Entropy.</code><codeclass="descname">splitAbove</code><spanclass="sig-paren">(</span><em>data</em>, <em>threshold</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#splitAbove"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.splitAbove"title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dlclass="function">
<dtid="pyFTS.partitioners.Entropy.splitBelow">
<codeclass="descclassname">pyFTS.partitioners.Entropy.</code><codeclass="descname">splitBelow</code><spanclass="sig-paren">(</span><em>data</em>, <em>threshold</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/Entropy.html#splitBelow"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.Entropy.splitBelow"title="Permalink to this definition">¶</a></dt>
<spanid="pyfts-partitioners-cmeans-module"></span><h2>pyFTS.partitioners.CMeans module<aclass="headerlink"href="#module-pyFTS.partitioners.CMeans"title="Permalink to this headline">¶</a></h2>
<emclass="property">class </em><codeclass="descclassname">pyFTS.partitioners.CMeans.</code><codeclass="descname">CMeansPartitioner</code><spanclass="sig-paren">(</span><em>**kwargs</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/CMeans.html#CMeansPartitioner"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.CMeans.CMeansPartitioner"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">build</code><spanclass="sig-paren">(</span><em>data</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/CMeans.html#CMeansPartitioner.build"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.CMeans.CMeansPartitioner.build"title="Permalink to this definition">¶</a></dt>
<codeclass="descclassname">pyFTS.partitioners.CMeans.</code><codeclass="descname">c_means</code><spanclass="sig-paren">(</span><em>k</em>, <em>dados</em>, <em>tam</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/CMeans.html#c_means"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.CMeans.c_means"title="Permalink to this definition">¶</a></dt>
<codeclass="descclassname">pyFTS.partitioners.CMeans.</code><codeclass="descname">distance</code><spanclass="sig-paren">(</span><em>x</em>, <em>y</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/CMeans.html#distance"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.CMeans.distance"title="Permalink to this definition">¶</a></dt>
<spanid="pyfts-partitioners-fcm-module"></span><h2>pyFTS.partitioners.FCM module<aclass="headerlink"href="#module-pyFTS.partitioners.FCM"title="Permalink to this headline">¶</a></h2>
<p>S. T. Li, Y. C. Cheng, and S. Y. Lin, “A FCM-based deterministic forecasting model for fuzzy time series,”
<emclass="property">class </em><codeclass="descclassname">pyFTS.partitioners.FCM.</code><codeclass="descname">FCMPartitioner</code><spanclass="sig-paren">(</span><em>**kwargs</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/FCM.html#FCMPartitioner"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.FCM.FCMPartitioner"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">build</code><spanclass="sig-paren">(</span><em>data</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/FCM.html#FCMPartitioner.build"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.FCM.FCMPartitioner.build"title="Permalink to this definition">¶</a></dt>
<codeclass="descclassname">pyFTS.partitioners.FCM.</code><codeclass="descname">fuzzy_cmeans</code><spanclass="sig-paren">(</span><em>k</em>, <em>dados</em>, <em>tam</em>, <em>m</em>, <em>deltadist=0.001</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/FCM.html#fuzzy_cmeans"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.FCM.fuzzy_cmeans"title="Permalink to this definition">¶</a></dt>
<codeclass="descclassname">pyFTS.partitioners.FCM.</code><codeclass="descname">fuzzy_distance</code><spanclass="sig-paren">(</span><em>x</em>, <em>y</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/FCM.html#fuzzy_distance"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.FCM.fuzzy_distance"title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dlclass="function">
<dtid="pyFTS.partitioners.FCM.membership">
<codeclass="descclassname">pyFTS.partitioners.FCM.</code><codeclass="descname">membership</code><spanclass="sig-paren">(</span><em>val</em>, <em>vals</em><spanclass="sig-paren">)</span><aclass="reference internal"href="_modules/pyFTS/partitioners/FCM.html#membership"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink"href="#pyFTS.partitioners.FCM.membership"title="Permalink to this definition">¶</a></dt>
<spanid="pyfts-partitioners-util-module"></span><h2>pyFTS.partitioners.Util module<aclass="headerlink"href="#module-pyFTS.partitioners.Util"title="Permalink to this headline">¶</a></h2>
<p>Facility methods for pyFTS partitioners module</p>
<spanid="pyfts-partitioners-parallel-util-module"></span><h2>pyFTS.partitioners.parallel_util module<aclass="headerlink"href="#module-pyFTS.partitioners.parallel_util"title="Permalink to this headline">¶</a></h2>