Skip to content
Snippets Groups Projects
Verified Commit cca46be3 authored by Gärber, Florian's avatar Gärber, Florian
Browse files

doc: Update keywords and titles

parent 97f0e591
Branches
Tags
No related merge requests found
#' MutualForestImpact. #' Mutual Impurity Reduction (MIR)
#' #'
#' @param REL A [`MeanAdjustedAgreement`] or [`MutualForestImpract`] object. #' @param REL A [`MeanAdjustedAgreement`] or [`MutualForestImpract`] object.
#' #'
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#' * `MIR`: Mutual Impurity Reduction #' * `MIR`: Mutual Impurity Reduction
#' * `AIR`: Actual Impurity Reduction #' * `AIR`: Actual Impurity Reduction
#' #'
#' @keywords varsel #' @keywords varrel mir
#' @export #' @export
MutualImpurityReduction <- function(REL) { MutualImpurityReduction <- function(REL) {
# Combine getting RFS with checking object inheritance # Combine getting RFS with checking object inheritance
...@@ -57,7 +57,7 @@ MutualImpurityReduction <- function(REL) { ...@@ -57,7 +57,7 @@ MutualImpurityReduction <- function(REL) {
#' * `selected`: A list of vectors containing selected candidates for each investigated variable. #' * `selected`: A list of vectors containing selected candidates for each investigated variable.
#' * `p.values`: A list of numeric vectors containing p-values for each candidate's relation to each investigated variable. #' * `p.values`: A list of numeric vectors containing p-values for each candidate's relation to each investigated variable.
#' #'
#' @keywords varsel #' @keywords varsel mir
#' @export #' @export
MutualImpurityReductionVariableSelection <- function( MutualImpurityReductionVariableSelection <- function(
MIR, MIR,
...@@ -89,7 +89,7 @@ MutualImpurityReductionVariableSelection <- function( ...@@ -89,7 +89,7 @@ MutualImpurityReductionVariableSelection <- function(
return(result) return(result)
} }
#' @keywords varsel #' @keywords varsel mir janitza
MIR_VarSel_Janitza <- function( MIR_VarSel_Janitza <- function(
MIR, MIR,
p.threshold = 0.01) { p.threshold = 0.01) {
...@@ -143,7 +143,7 @@ get_rfs_from_mir <- function( ...@@ -143,7 +143,7 @@ get_rfs_from_mir <- function(
return(RFS) return(RFS)
} }
#' @keywords varsel #' @keywords varsel mir permutation
MIR_VarSel_Permutation <- function( MIR_VarSel_Permutation <- function(
MIR, MIR,
perm = NULL, perm = NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment