divide_vector {SUMO}R Documentation

Divide features into randomized subsets based on factor Segments

Description

Divide features into randomized subsets based on factor Segments

Usage

divide_vector(n_samples, num, min_size)

Arguments

n_samples

number of samples

num

number of factors

min_size

Minimum length of any samples scores

Value

A list of numeric vectors. Each vector contains 80% of the features from one segment of the original feature set. The number of segments is determined by the number of factors provided (num.factor).

Only used when the minimum segment size constraint is too large for the given feature length and number of segments.


[Package SUMO version 0.1.0 Index]