golem ~master (2021-09-25T16:54:00Z)
Dub
Repo
LogisticRegression.fit
golem
models
linear
LogisticRegression
Undocumented in source. Be warned that the author may not have intended to support it.
class
LogisticRegression
(T, size_t InputDim, size_t OutputDim, UseGradient useGrad = UseGradient.yes)
void
fit
(
in
Tuple
!(
T
[],
T
[])[]
train
,
in
Tuple
!(
T
[],
T
[])[]
test
,
LogisticFitOptions
options
=
LogisticFitOptions.init
)
Meta
Source
See Implementation
golem
models
linear
LogisticRegression
aliases
parameters
constructors
this
functions
fit
load
predict
save
variables
weights