Home | History | Annotate | Download | only in cros_utils

Lines Matching refs:unique

61       unique (inlist)
240 Averages data in collapsecol, keeping all unique items in keepcols
241 (using unique, which keeps unique LISTS of column numbers), retaining the
242 unique sets of values in keepcols, the mean for each. Setting fcn1
251 Returns: a list of lists with all unique permutations of entries appearing in
292 uniques = unique(values)
674 def unique(inlist):
676 Returns all unique items in the passed list. If the a list-of-lists
677 is passed, unique LISTS are found (i.e., items in the first dimension are
680 Usage: unique (inlist)
681 Returns: the unique elements (or rows) in inlist
784 Averages data in collapsecol, keeping all unique items in keepcols
785 (using unique, which keeps unique LISTS of column numbers), retaining
786 the unique sets of values in keepcols, the mean for each. If stderror or
790 Returns: unique 'conditions' specified by the contents of columns specified
825 uniques = unique(values) # get a LIST, so .sort keeps rows intact
1013 Returns unique items in the FIRST dimension of the passed array. Only
1072 dups = unique(dups)