get_subset_of_feature_map {MaxWiK}R Documentation

The function to get subset of points based on feature mapping

Description

The function to get subset of points based on feature mapping

Usage

get_subset_of_feature_map(dtst, Matrix_Voronoi, iFeature_point)

Arguments

dtst

Dataset of all the original points

Matrix_Voronoi

Matrix of Voronoi diagrams based on the Isolation Kernel algorithm

iFeature_point

Feature mapping in RKHS for a point, that can be gotten via add_new_point_iKernel() function

Value

The subset of dtst that has points extracted with feature mapping of an observation point (iFeature_point)

Examples

NULL

[Package MaxWiK version 1.0.6 Index]