public class SmileConverter extends Object
| Constructor and Description |
|---|
SmileConverter(Relation table) |
| Modifier and Type | Method and Description |
|---|---|
smile.data.AttributeDataset |
nominalDataset(int responseColIndex,
int... variablesColIndices)
Returns a dataset where the response column is nominal.
|
smile.data.AttributeDataset |
nominalDataset(String responseColName)
Returns a dataset where the response column is nominal.
|
smile.data.AttributeDataset |
nominalDataset(String responseColName,
String... variablesColNames)
Returns a dataset where the response column is nominal.
|
smile.data.AttributeDataset |
numericDataset(int responseColIndex,
int... variablesColIndices)
Returns a dataset where the response column is numeric.
|
smile.data.AttributeDataset |
numericDataset(String responseColName)
Returns a dataset where the response column is numeric.
|
smile.data.AttributeDataset |
numericDataset(String responseColName,
String... variablesColNames)
Returns a dataset where the response column is numeric.
|
public SmileConverter(Relation table)
public smile.data.AttributeDataset numericDataset(String responseColName)
public smile.data.AttributeDataset numericDataset(int responseColIndex,
int... variablesColIndices)
public smile.data.AttributeDataset numericDataset(String responseColName, String... variablesColNames)
public smile.data.AttributeDataset nominalDataset(String responseColName)
public smile.data.AttributeDataset nominalDataset(int responseColIndex,
int... variablesColIndices)
Copyright © 2019. All rights reserved.