Package de.jungblut.reader
Class MushroomReader
- java.lang.Object
-
- de.jungblut.reader.MushroomReader
-
public final class MushroomReader extends java.lang.ObjectDataset 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 DatasetreadMushroomDataset(java.lang.String path)
-
-
-
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)
-
-