powered by
This measure calculates the determinantion coefficient rsquaredFSinR of continuous features
determinationCoefficient(data, class, features)
A data frame with the features and the class of the examples
The name of the dependent variable
The names of the selected features
The R squared value for the selected features
# NOT RUN { determinationCoefficient(iris,'Species',c('Sepal.Width', 'Sepal.Length')) # }
Run the code above in your browser using DataLab