Package | Description |
---|---|
com.google.api.services.prediction.model |
Modifier and Type | Method and Description |
---|---|
Analyze.DataDescription.OutputFeature |
Analyze.DataDescription.OutputFeature.clone() |
Analyze.DataDescription.OutputFeature |
Analyze.DataDescription.getOutputFeature()
Description of the output value or label.
|
Analyze.DataDescription.OutputFeature |
Analyze.DataDescription.OutputFeature.set(java.lang.String fieldName,
java.lang.Object value) |
Analyze.DataDescription.OutputFeature |
Analyze.DataDescription.OutputFeature.setNumeric(Analyze.DataDescription.OutputFeature.Numeric numeric)
Description of the output values in the data set.
|
Analyze.DataDescription.OutputFeature |
Analyze.DataDescription.OutputFeature.setText(java.util.List<Analyze.DataDescription.OutputFeature.Text> text)
Description of the output labels in the data set.
|
Modifier and Type | Method and Description |
---|---|
Analyze.DataDescription |
Analyze.DataDescription.setOutputFeature(Analyze.DataDescription.OutputFeature outputFeature)
Description of the output value or label.
|