Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gtesei committed Sep 29, 2015
1 parent ff5820b commit f557845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R-package/R/featureFilter.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ff.featureFilter <- function(traindata,
performVarianceAnalysisOnTrainSetOnly = TRUE ,
correlationThreshold = NULL,
removePredictorsMakingIllConditionedSquareMatrix = TRUE,
removeIdenticalPredictors = FALSE,
removeIdenticalPredictors = TRUE,
removeHighCorrelatedPredictors = TRUE,
featureScaling = TRUE,
verbose = TRUE) {
Expand Down
2 changes: 1 addition & 1 deletion R-package/man/ff.featureFilter.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ff.featureFilter(traindata, testdata, y = NULL,
removeOnlyZeroVariacePredictors = FALSE,
performVarianceAnalysisOnTrainSetOnly = TRUE, correlationThreshold = NULL,
removePredictorsMakingIllConditionedSquareMatrix = TRUE,
removeIdenticalPredictors = FALSE, removeHighCorrelatedPredictors = TRUE,
removeIdenticalPredictors = TRUE, removeHighCorrelatedPredictors = TRUE,
featureScaling = TRUE, verbose = TRUE)
}
\arguments{
Expand Down

0 comments on commit f557845

Please sign in to comment.