Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RFSurrogates
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AG Seifert
RFSurrogates
Commits
cca46be3
Verified
Commit
cca46be3
authored
1 year ago
by
Gärber, Florian
Browse files
Options
Downloads
Patches
Plain Diff
doc: Update keywords and titles
parent
97f0e591
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/MutualImpurityReduction.R
+6
-6
6 additions, 6 deletions
R/MutualImpurityReduction.R
with
6 additions
and
6 deletions
R/MutualImpurityReduction.R
+
6
−
6
View file @
cca46be3
#' Mutual
ForestImpact.
#' 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 var
s
el
#' @keywords var
r
el
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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment