mvpa2.measures.rsa.
combinations
combinations(iterable, r) –> combinations object
Return successive r-length combinations of elements in the iterable.
combinations(range(4), 3) –> (0,1,2), (0,1,3), (0,2,3), (1,2,3)
Methods
next
Enter search terms or a module, class or function name.