You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Zinoviev (JIRA)" <ji...@apache.org> on 2018/09/10 12:30:00 UTC

[jira] [Created] (IGNITE-9513) [ML] Unify all preprocessors trainers' generics

Aleksey Zinoviev created IGNITE-9513:
----------------------------------------

             Summary: [ML] Unify all preprocessors trainers' generics
                 Key: IGNITE-9513
                 URL: https://issues.apache.org/jira/browse/IGNITE-9513
             Project: Ignite
          Issue Type: Improvement
            Reporter: Aleksey Zinoviev
            Assignee: Aleksey Zinoviev


Currently we have

EncoderTrainer<K, V> implements PreprocessingTrainer<K, V, Object[], Vector>

and

BinarizationTrainer<K, V> implements PreprocessingTrainer<K, V, Vector, Vector>

It will helps with raw types in OneVsRest or in Pipeline and CV processes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)