Thresholds defined for each feature (must be sorted).
Thresholds defined for each feature (must be sorted). Note: checking the second sorting condition can be much more time-consuming. We omit this condition.
Discretizes values in a given dataset using thresholds.
Discretizes values in a given dataset using thresholds.
A single continuous-valued vector.
A resulting vector with its values discretized (from 1 to n).
Discretizes values in a given dataset using thresholds.
Discretizes values in a given dataset using thresholds.
RDD with continuous-valued vectors.
RDD with discretized data (from 1 to n).
Generic a discretizer model that transform data given a list of thresholds by feature.