Skip to content

Commit ecb093b

Browse files
committed
ad documentation class Regularization
1 parent de4f7ba commit ecb093b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ot/smooth.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ def projection_simplex(V, z=1, axis=None):
7575

7676

7777
class Regularization(object):
78+
"""Base class for Regularization objects
79+
80+
Notes
81+
-----
82+
This class is not intended for direct use but as aparent for true
83+
regularizatiojn implementation.
84+
"""
7885

7986
def __init__(self, gamma=1.0):
8087
"""

0 commit comments

Comments
 (0)