Skip to content

Commit 738d14b

Browse files
authored
Merge pull request #12 from JuliaHealth/dpa/transform
Add some more generic function stubs
2 parents 605e599 + 895ae8a commit 738d14b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/HealthBase.jl

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ function fit end
1010
"""
1111
function fit! end
1212

13+
"""
14+
inverse_transform
15+
"""
16+
function inverse_transform end
17+
18+
"""
19+
inverse_transform!
20+
"""
21+
function inverse_transform! end
22+
1323
"""
1424
predict
1525
"""
@@ -30,4 +40,24 @@ function predict_proba end
3040
"""
3141
function predict_proba! end
3242

43+
"""
44+
predict_log_proba
45+
"""
46+
function predict_log_proba end
47+
48+
"""
49+
predict_log_proba!
50+
"""
51+
function predict_log_proba! end
52+
53+
"""
54+
transform
55+
"""
56+
function transform end
57+
58+
"""
59+
transform!
60+
"""
61+
function transform! end
62+
3363
end # module

0 commit comments

Comments
 (0)