getV {mldr.resampling}R Documentation

Auxiliary function used by MLUL. It calculates, for each instance, how important it is in the dataset

Description

Auxiliary function used by MLUL. It calculates, for each instance, how important it is in the dataset

Usage

getV(w, u)

Arguments

w

List of weights for each instance

u

List of influences in reverse neighbors for each instance

Value

A list with the values of importance of each instance in the dataset


[Package mldr.resampling version 0.2.3 Index]