eval_Cluster {FEAST}R Documentation

Calculate the a series of the evaluation statistics.

Description

Calculate the a series of the evaluation statistics.

Usage

eval_Cluster(vec1, vec2)

Arguments

vec1

a vector.

vec2

a vector. x and y are with the same length.

Value

a vector of evaluation metrics

Examples

vec2 = vec1 = rep(1:4, each = 100)
vec2[1:10] = 4
acc = eval_Cluster(vec1, vec2)

[Package FEAST version 1.0.0 Index]