:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that performs ChiSquared feature selector. It uses the Chi-Squared test of independence to decide which features to choose ChiSquareSelector value in a given dataframe
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that removes the selected columns in the given dataframe.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that selects the columns that user wants to choose.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that selects the columns that user wants to choose.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that performs Decision Tree Induction. It selects the most relevant columns.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that selects which rows in a given column of input dataframe should be kept and which rows should be removed. Rows satisfying the given condition are kept, remaining rows are removed.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that performs to filter using SQL in the given dataframe.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that selects which rows in a given column of input dataframe should be kept and which rows should be removed. Rows satisfying the given condition are kept, remaining rows are removed.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that selects which rows in a given column of input dataframe should be kept and which rows should be removed. Rows satisfying the given condition are kept, remaining rows are removed.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that performs Principal Component Analysis. It converts a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that creates simple random samples from a selected column.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that performs 'backward elimination' which is the deterministic greedy feature selection algorithm. It selects the most relevant columns.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that performs 'forward selection' which is the deterministic greedy feature selection algorithm. It selects the most relevant columns.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that performs 'forward selection' which is the deterministic greedy feature selection algorithm. It selects the most relevant columns.
:: ApplicationDeveloperApi ::
:: ApplicationDeveloperApi ::
Operator that aggregates time window in the given dataframe. Note: Input dataframe must have a Unix time stamp column(in seconds).
:: ApplicationDeveloperApi ::
Operator that performs aggregation operation in the given dataframe.