Class TestDirectLDA

  • java.lang.Object
    • tests.testDirectLDA.TestDirectLDA

  • public class TestDirectLDA
    extends java.lang.Object
    Test the direct LDA method
    • Constructor Summary

      Constructors 
      Constructor Description
      TestDirectLDA()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Test the direct LDA method
      • Methods inherited from class java.lang.Object

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

      • TestDirectLDA

        public TestDirectLDA()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Test the direct LDA method

        Expected args:

        1. dataset: Path to the dataset (string)
        2. class-index: Index of the class column (int, >= 0)
        Parameters:
        args - Command line arguments