| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.tradeoff_analytics.v1.model |
Tradeoff Analytics POJOs
|
| com.ibm.watson.developer_cloud.tradeoff_analytics.v1.model.column |
Column and Range POJOs for the Tradeoff Analytics service
|
| com.ibm.watson.developer_cloud.tradeoff_analytics.v1.util |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Problem.getColumns()
Gets the columns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Problem.setColumns(List<Column> columns)
Sets the columns.
|
Problem |
Problem.withColumns(List<Column> columns)
With columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalColumn
The Class Column.
|
class |
DateColumn
Date column.
|
class |
NumericColumn
Numeric column.
|
class |
TextColumn
Text column.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.withFullName(String fullName)
With full name.
|
Column |
Column.withGoal(Column.Goal goal)
With goal.
|
Column |
Column.withKey(String key)
With key.
|
Column |
Column.withObjective(boolean objective)
With is objective.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
ColumnTypeAdapter.read(com.google.gson.stream.JsonReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnTypeAdapter.write(com.google.gson.stream.JsonWriter writer,
Column column) |
Copyright © 2015. All rights reserved.