orphanHeuristic {glmSparseNet}R Documentation

Heuristic function to penalize nodes with high degree

Description

Heuristic function to penalize nodes with high degree

Usage

orphanHeuristic(x)

Arguments

x

single value of vector

Value

transformed

Examples

orphanHeuristic(rnorm(1:10))

[Package glmSparseNet version 1.12.0 Index]