Skip to content

Commit 19259be

Browse files
committed
Minor clean up in core GP code
1 parent 9532bee commit 19259be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/models/gp/AbstractGPRegressionModel.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ abstract class AbstractGPRegressionModel[T, I: ClassTag](
283283
trainingData.length.toLong, _blockSize
284284
)
285285

286-
val effectiveTrainingKernel: LocalScalarKernel[I] = covariance + noiseModel
287-
effectiveTrainingKernel.setBlockSizes((blockSize, blockSize))
288-
289286
val smoothingMat = if(!caching) {
290287
logger.info("---------------------------------------------------------------")
291288
logger.info("Calculating covariance matrix for training points")

0 commit comments

Comments
 (0)