public enum MLSandboxDatasets extends Enum<MLSandboxDatasets>
Enum Constant and Description |
---|
BOSTON_HOUSE_PRICES
The Boston house-prices dataset.
|
CLEARED_MACHINES
The dataset is about different computers' properties based on https://archive.ics.uci.edu/ml/datasets/Computer+Hardware.
|
ENGLISH_VS_SCOTTISH
Example from book Barber D.
|
FRAUD_DETECTION
Fraud detection problem [part of whole dataset].
|
GLASS_IDENTIFICATION
The preprocessed Glass dataset from the Machine Learning Repository https://archive.ics.uci.edu/ml/datasets/Glass+Identification
There are 3 classes with labels: 1 {building_windows_float_processed}, 3 {vehicle_windows_float_processed}, 7 {headlamps}.
|
IRIS
The full Iris dataset from Machine Learning Repository.
|
MORTALITY_DATA
The health data is related to death rate based on; doctor availability, hospital availability,
annual per capita income, and population density people per square mile.
|
MOVIELENS
Movielens dataset with ratings.
|
TITANIC
The Titanic dataset from Kaggle competition.
|
TWO_CLASSED_IRIS
The 1st and 2nd classes from the Iris dataset.
|
WHOLESALE_CUSTOMERS
Wholesale customers dataset.
|
WINE_RECOGNITION
The Wine recognition data.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
String |
getSeparator() |
boolean |
hasHeader() |
static MLSandboxDatasets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLSandboxDatasets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLSandboxDatasets MOVIELENS
public static final MLSandboxDatasets IRIS
public static final MLSandboxDatasets TITANIC
public static final MLSandboxDatasets TWO_CLASSED_IRIS
public static final MLSandboxDatasets CLEARED_MACHINES
public static final MLSandboxDatasets MORTALITY_DATA
public static final MLSandboxDatasets GLASS_IDENTIFICATION
public static final MLSandboxDatasets WINE_RECOGNITION
public static final MLSandboxDatasets BOSTON_HOUSE_PRICES
public static final MLSandboxDatasets ENGLISH_VS_SCOTTISH
public static final MLSandboxDatasets WHOLESALE_CUSTOMERS
public static final MLSandboxDatasets FRAUD_DETECTION
public static MLSandboxDatasets[] values()
for (MLSandboxDatasets c : MLSandboxDatasets.values()) System.out.println(c);
public static MLSandboxDatasets valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFileName()
public boolean hasHeader()
public String getSeparator()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024