Re: [MATH] Discretizer equivalent

Gilles Sadowski <[email protected]> Mon, 27 Jan 2025 11:06:17 +0100
Newsgroups gmane.comp.jakarta.commons.user
Message-ID <CACioL_ERHfUcokVA6-G_jD_mV8FxK=qMwLG5=bSLMEM0GyZcBA@mail.gmail.com>
Le dim. 26 janv. 2025 à 23:45, Mansour Al Akeel
<[email protected]> a écrit :
>
> Resending because of a missed subject.
>
> On Sun, Jan 26, 2025 at 3:04 PM Mansour Al Akeel <[email protected]>
> wrote:
>
> > I am trying to port some applications from python to java, and was looking
> > for an equivalent algorithm for Descritier/Quantizer/Binner.
> > The documentation for this functionality can be found here:
> >
> >
> > https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
> >
> > I tried to search javadoc for math, but couldn't find anything relevant.
> > Yet, because data scaling is a very common step in ML, I feel I am missing
> > something.

Maybe this
  https://commons.apache.org/proper/commons-math/javadocs/api-4.0-beta1/org/apache/commons/math4/legacy/ml/clustering/package-summary.html
?

Regards,
Gilles