nlp
1.2.0
nlp
/
com.londogard.nlp.meachinelearning.predictors.classifiers
/
Classifier
Classifier
public
interface
Classifier
implements
BasePredictor
<
Int
>
Content copied to clipboard
Functions
Inheritors
Functions
fit
Link copied to clipboard
public
abstract
Unit
fit
(
MultiArray
<
Float
,
D2
>
X
,
NDArray
<
Integer
,
D2
>
y
)
Content copied to clipboard
predict
Link copied to clipboard
public
abstract
NDArray
<
Integer
,
D2
>
predict
(
MultiArray
<
Float
,
D2
>
X
)
Content copied to clipboard
Inheritors
LogisticRegression
Link copied to clipboard
NaiveBayes
Link copied to clipboard