mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
v.kcv
|
|
v.kcv - Randomly partition points into test/train sets.
|
|
Vector (v.*)
|
|
ParameterVector|input|Input layer|-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|output|Output layer
|
|
|