Class MushroomReader


  • public final class MushroomReader
    extends java.lang.Object
    Dataset vectorizer for the mushroom dataset. Parses the nominal values into incremented numbers beginning from 0.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Dataset readMushroomDataset​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • readMushroomDataset

        public static Dataset readMushroomDataset​(java.lang.String path)
        Returns:
        a tuple, on first dimension are the features, on the second are the outcomes (0 or 1 in the first element of a vector)