Package tests.testCVI

Class TestCVI

  • java.lang.Object
    • tests.testCVI.TestCVI

  • public class TestCVI
    extends java.lang.Object
    Test a separation and a compactness CVI
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCVI()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Test a separation and a compactness CVI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestCVI

        public TestCVI()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Test a separation and a compactness CVI

        Expected args:

        1. Dataset: Path to the dataset (string)
        2. nClusters: Number of clusters (int, > 1)
        3. feats: list of selected features (sequence of int)
        Parameters:
        args - Command line arguments