f_mc

PURPOSE

Variance ratio clusterability and split point along unit-length (v)

SYNOPSIS

function [f, bmin] = f_mc(v,X,minsize)

DESCRIPTION

Variance ratio clusterability and split point along unit-length (v)
[F, BMIN] = F_MC(V,X,MINSIZE)

 Inputs:
    (V): Projection vector
    (X): N-by-D data matrix
    (MINSIZE): Minimum cluster size

 Output:
    (F): Variance Ratio Clusterability of projected dataset X*(V./norm(V,2))
    (BMIN): Optimal split point along unit-length vector (V./norm(V,2))

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005