Skip to content

Commit 543032a

Browse files
committed
final + clang-format
1 parent 297edee commit 543032a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

‎src/main/java/com/thealgorithms/maths/SigmoidActivation.java‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
* @author <a href="https://github.com/crapxxi">Alikhan Turugeldiyev</a>
1010
*/
1111

12-
public class SigmoidActivation {
12+
public final class SigmoidActivation {
1313

14-
private SigmoidActivation() { }
14+
private SigmoidActivation() {
15+
}
1516

1617
/**
1718
* @summary Maps any real-valued number into a value between 0 and 1

0 commit comments

Comments
 (0)