Divide


Function

Splits a dataset up into multiple files.

Usage

divide divide.par

Example Parameter File

SourceFile = iris.trn
Rows = {10, 10, 10}
DestinationFiles = {iris-1.trn, iris-2.trn, iris-3.trn}

Parameter File Explained

SourceFile: data file to divide
Rows: array of rows that must exist in each subset. The array begins with { and ends with } and each element mustbe seperated by a comma.
DestinationFiles: array of filenames to save the data subsets to.


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.