Searched defs:data_vector (Results 1 – 2 of 2) sorted by relevance
48 T GetMinValue(const std::vector<T> &data_vector) { in GetMinValue()54 T GetMaxValue(const std::vector<T> &data_vector) { in GetMaxValue()60 float Quantile(const std::vector<T> &data_vector, float q) { in Quantile()74 float GetMeanValue(const std::vector<T> &data_vector) { in GetMeanValue()82 std::pair<float, float> GetMeanVar(const std::vector<T> &data_vector) { in GetMeanVar()93 float GetVarValue(const std::vector<T> &data_vector) { in GetVarValue()104 float GetSparsity(const std::vector<T> &data_vector) { in GetSparsity()
34 std::vector<float> data_vector(data, data + elem_count); in KMeansPlusPlusInit() local