Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Speak::ModelRecommendation
Inherits
Struct
/
Value
/
Object
Recommendation for a user
Constructors
new
(model :
Speak::ModelInfo
, fit_score :
Float64
, speed_score :
Float64
, total_score :
Float64
, context_fits :
Bool
)
Source
Instance methods
context_fits
Source
context_fits=
(context_fits :
Bool
)
Source
fit_score
Source
fit_score=
(fit_score :
Float64
)
Source
model
Source
model=
(model :
ModelInfo
)
Source
speed_score
Source
speed_score=
(speed_score :
Float64
)
Source
total_score
Source
total_score=
(total_score :
Float64
)
Source