Skip to content

Commit adefa0e

Browse files
committed
minor formatting
1 parent 1fc7dfe commit adefa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mlp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ parse_keras_args <- function(...) {
429429
}
430430

431431
mlp_num_weights <- function(p, hidden_units, classes) {
432-
((p+1) * hidden_units) + ((hidden_units+1) * classes)
432+
((p + 1) * hidden_units) + ((hidden_units+1) * classes)
433433
}
434434

435435

0 commit comments

Comments
 (0)