subgroupdiscovery | R Documentation |
Search a dataset for subgroups
subgroupdiscovery( src, targetColumn, targetValue = NULL, targetType = "SINGLE_NOMINAL", qualityMeasure = "CORTANA_QUALITY", qualityMeasureMinimum = 0.1, searchDepth = 1, minimumCoverage = 2, maximumCoverageFraction = 1.0, minimumSupport = 0, maximumSubgroups = 1000, filterSubgroups = TRUE, minimumImprovement = 0.0, maximumTime = 1000, searchStrategy = "BEAM", nominalSets = FALSE, numericOperatorSetting = "NORMAL", numericStrategy = "NUMERIC_BEST", searchStrategyWidth = 10, nrBins = 8, nrThreads = 1 )
src |
The file to load |
targetColumn |
The column number to use as the target |
nrThreads |
The number of CPU threads SubDisc is allowed to create. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.