JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
185 stars 63 forks source link

remove typing from unique_inverse #7

Closed lendle closed 10 years ago

lendle commented 10 years ago

I added a type constraint to unique_inverse unnecessarily. Removing it allows any iterator to define strata for stratified cv.