Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
ML::OnlineLearner
Online learning interface
Instance methods
predict
(input :
Array
(
Float64
)) :
Array
(
Float64
)
update
(input :
Array
(
Float64
), target :
Array
(
Float64
))