opf_fold: Generates k folds (objects) for the OPF classifier

View source: R/LibOPF.R

opf_foldR Documentation

Generates k folds (objects) for the OPF classifier

Description

Generates k folds (objects) for the OPF classifier

Usage

opf_fold(dataSet, k, normalize = 0)

Arguments

dataSet

The subGraph object

k

Number of folds

normalize

Distance normalization? 1- yes 0 - no

Value

Returns a list of subGraph objects

Examples

dat <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
folds <- opf_fold(dat, 4)


LibOPF documentation built on Feb. 16, 2023, 10:13 p.m.