Input data will be randomly split into two sets, a training set and a testing set, based on the percentage of data for testing ...

Input data will be randomly split into two sets, a training set and a testing set, based on the percentage of data for testing and maximum number of cases in testing data set you provide. The training set is used to create the mining model. The testing set is used to check model accuracy.  [Percentage of data for testing] specifies percentages of cases reserved for testing set. [Maximum number of cases in testing data set] limits total number of cases in the testing set. If both values are specified, both limits are enforced.