nlp
1.2.0
nlp
/
com.londogard.nlp.meachinelearning.encoders
/
Encoder
Encoder
public
interface
Encoder
<
T
extends
Object
>
Content copied to clipboard
Encoder
is a way to encode something into numerical categories
Functions
Inheritors
Functions
fit
Link copied to clipboard
public
abstract
Unit
fit
(
List
<
T
>
input
)
Content copied to clipboard
fit
Transform
Link copied to clipboard
public
NDArray
<
Integer
,
D2
>
fitTransform
(
List
<
T
>
input
)
Content copied to clipboard
invert
Link copied to clipboard
public
abstract
List
<
T
>
invert
(
NDArray
<
Integer
,
D2
>
input
)
Content copied to clipboard
transform
Link copied to clipboard
public
abstract
NDArray
<
Integer
,
D2
>
transform
(
List
<
T
>
input
)
Content copied to clipboard
Inheritors
OneHotEncoder
Link copied to clipboard