f3features: F features

View source: R/features.R

f3featuresR Documentation

F features

Description

#' @description Features calculated from F function (F3est).

Usage

f3features(rvals, fvals_new, fvals_old)

Arguments

rvals

vector of radius values

fvals_new

vector of new F3est values from which to subtract expected values

fvals_old

vector of expected F3est values

Details

Takes one set of radius values and corresponding F values of two functions as input and returns features for machine learning

Value

features to be used for machine learning prediction of clustering behavior. The features are the minimum difference between the functions (min_diff), and the value of F (fvals_new) at the minimum difference (min_diff_F)


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.