Skip to content

Commit

Permalink
Typo in PipeOpKernelPCA
Browse files Browse the repository at this point in the history
closes #854
  • Loading branch information
mb706 authored Dec 4, 2024
1 parent fcadd48 commit 2ad18de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/PipeOpKernelPCA.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#' @title Kernelized Principle Component Analysis
#' @title Kernelized Principal Component Analysis
#'
#' @usage NULL
#' @name mlr_pipeops_kernelpca
#' @format [`R6Class`][R6::R6Class] object inheriting from [`PipeOpTaskPreproc`]/[`PipeOp`].
#'
#' @description
#' Extracts kernel principle components from data. Only affects numerical features.
#' Extracts kernel principal components from data. Only affects numerical features.
#' See [kernlab::kpca] for details.
#'
#' @section Construction:
Expand Down

0 comments on commit 2ad18de

Please sign in to comment.