mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
10 lines
356 B
Plaintext
10 lines
356 B
Plaintext
v.kcv
|
|
v.kcv - Randomly partition points into test/train sets.
|
|
Vector (v.*)
|
|
ParameterVector|input|Name of input vector map|-1|False
|
|
ParameterNumber|k|Number of partitions|2.0|32767|10
|
|
ParameterString|column|Name for new column to which partition number is written|part
|
|
ParameterBoolean|-d|Use drand48()|False
|
|
OutputVector|Name for output vector map|output
|
|
|