fitted.sgd {sgd} | R Documentation |
Extract fitted values from from sgd
objects.
fitted.values
is an alias for it.
## S3 method for class 'sgd'
fitted(object, ...)
object |
object of class |
... |
some methods for this generic require additional arguments. None are used in this method. |
Fitted values extracted from the object object
.