Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
incanter データセットをシャッフルするにはどうすればよいですか?
(shuffle (:rows data-set))
マップの clojure ベクトルのみを返します。
これは私のために働いた:
(col-names data-set) (dataset (col-names data-set) (shuffle (:rows data-set)))
注意:datasetはインカンター データ セット タイプです。Whiledata-setは、データを含むその型のインスタンスです。
dataset
data-set