Updated Filtering (markdown)
parent
b54be0bb8d
commit
e66fefd91a
12
Filtering.md
12
Filtering.md
|
@ -31,4 +31,14 @@ filt.Run(inst)
|
|||
* Instances must be sorted by the Attribute used for ChiMerge before Build() is called. This effectively limits ChiMerge to operating on one Attribute at a time. This is a bug. Use multiple ChiMerge filters if further discretisation is needed.
|
||||
* `NewChiMergeFilter` is used to generate the filter. The second argument is the significance level (in this case 90%). Chi-Merge won't merge adjacent bins if the Chi-Merge statistic is outside of the confidence level indicated by this significance threshold.
|
||||
* `Build` computes the Chi-Merge bins
|
||||
* `Run` discretises a set of Instances in place. If a value is lower than or higher than the lowest or highest training value seen, it's assigned the lowest or highest bin.
|
||||
* `Run` discretises a set of Instances in place. If a value is lower than or higher than the lowest or highest training value seen, it's assigned the lowest or highest bin.
|
||||
|
||||
## Support status
|
||||
<table>
|
||||
<tr>
|
||||
<td>Operating Systems</td><td>Mac OS X 10.8 <br /> Ubuntu 14.04</td></tr>
|
||||
<tr><td>Go version</td><td>1.2</td></tr>
|
||||
<tr><td>GoLearn version</td><td>0.1</td></tr>
|
||||
<tr><td>Support status</td><td>Current</td>
|
||||
<tr><td>Next revision</td><td>On version upgrade</td></tr>
|
||||
</table>
|
Loading…
Reference in New Issue