nlp
1.2.0
nlp
/
com.londogard.nlp.meachinelearning.predictors.sequence
/
SequenceClassifier
Sequence
Classifier
public
interface
SequenceClassifier
<
T
extends
Number
>
Content copied to clipboard
Functions
Inheritors
Functions
fit
Link copied to clipboard
public
abstract
Unit
fit
(
List
<
NDArray
<
T
,
D1
>
>
X
,
List
<
NDArray
<
Integer
,
D1
>
>
y
)
Content copied to clipboard
predict
Link copied to clipboard
public
abstract
List
<
NDArray
<
Integer
,
D1
>
>
predict
(
List
<
NDArray
<
T
,
D1
>
>
X
)
Content copied to clipboard
Inheritors
HiddenMarkovModel
Link copied to clipboard