public class ThresholdTEApplicationStrategy extends TEApplicationStrategy
| Constructor and Description |
|---|
ThresholdTEApplicationStrategy(water.fvec.Frame frame,
long threshold,
java.lang.String[] excludedColumnNames)
Constructor for selection of categorical columns strategy based on threshold value
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getColumnsToEncode() |
public ThresholdTEApplicationStrategy(water.fvec.Frame frame,
long threshold,
java.lang.String[] excludedColumnNames)
frame - the frame selection is being done fromexcludedColumnNames - the column names we want to exclude from the result
( i.e. response column for classification tasks , fold column in case it is categorical etc.)threshold - categorical columns with higher cardinality than threshold value will be selectedpublic java.lang.String[] getColumnsToEncode()
getColumnsToEncode in class TEApplicationStrategy