Skip to content

Commit 067eae5

Browse files
committed
Mod to scala doc comments in ScaledKernel
1 parent e61532e commit 067eae5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/kernels/LocallyStationaryKernel.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@ class LocallyStationaryKernel[I](
5050
}
5151

5252
/**
53-
* @author mandar2812 date: 31/03/2017
5453
*
5554
* Represents covariance function of a GP which is
5655
* scaled version of a base GP.
5756
* z ~ GP(m(.), K(.,.))
5857
* y = g(x)*z
5958
*
6059
* y ~ GP(g(x)*m(x), g(x)K(x,x')g(x'))
60+
*
61+
* @author mandar2812 date: 31/03/2017
62+
*
6163
* */
6264
class ScaledKernel[I](
6365
baseKernel: LocalScalarKernel[I],

0 commit comments

Comments
 (0)