Skip to content

Commit

Permalink
Add modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
freeman-lab committed Aug 1, 2014
1 parent 14b801e commit 00aafdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ abstract class StreamingLinearAlgorithm[
A <: GeneralizedLinearAlgorithm[M]] extends Logging {

/** The model to be updated and used for prediction. */
var model: M
protected var model: M

/** The algorithm to use for updating. */
val algorithm: A
protected val algorithm: A

/** Return the latest model. */
def latestModel(): M = {
Expand Down

0 comments on commit 00aafdc

Please sign in to comment.