| Package | Description |
|---|---|
| org.datavec.api.transform | |
| org.datavec.api.transform.analysis | |
| org.datavec.api.transform.ui |
| Modifier and Type | Method and Description |
|---|---|
TransformProcess.Builder |
TransformProcess.Builder.normalize(String column,
Normalize type,
DataAnalysis da)
Normalize the specified column with a given type of normalization
|
| Modifier and Type | Class and Description |
|---|---|
class |
SequenceDataAnalysis
Created by Alex on 12/03/2016.
|
| Modifier and Type | Method and Description |
|---|---|
static DataAnalysis |
DataAnalysis.fromJson(String json)
Deserialize a JSON DataAnalysis String that was previously serialized with
toJson() |
static DataAnalysis |
DataAnalysis.fromYaml(String yaml)
Deserialize a YAML DataAnalysis String that was previously serialized with
toYaml() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlAnalysis.createHtmlAnalysisFile(DataAnalysis dataAnalysis,
File output)
Render a data analysis object as a HTML file.
|
static String |
HtmlAnalysis.createHtmlAnalysisString(DataAnalysis analysis)
Render a data analysis object as a HTML file.
|
Copyright © 2019. All rights reserved.