You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dong Lin (Jira)" <ji...@apache.org> on 2022/10/16 08:25:00 UTC

[jira] [Closed] (FLINK-13669) Add class for BinarizerMapper

     [ https://issues.apache.org/jira/browse/FLINK-13669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dong Lin closed FLINK-13669.
----------------------------
    Resolution: Won't Do

> Add class for BinarizerMapper
> -----------------------------
>
>                 Key: FLINK-13669
>                 URL: https://issues.apache.org/jira/browse/FLINK-13669
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Library / Machine Learning
>            Reporter: Xu Yang
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> BinarizerMapper is a transformer to binarize a continuous variable using a threshold. The features greater than the threshold will be binarized 1.0 and the features equal to or less than threshold will be binarized to 0.
>  * Add BinarizerMapper for the operation of the binarizer.
>  * Add BinarizerParams for the params of BinarizerMapper.
>  * Add BinarizerMapperTest for the test example.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)