|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.pmml.model.knn.Row
public class Row
The inline table row representation (without extensions)
| Field Summary | |
|---|---|
private Map<String,String> |
mapColumn2Value
Column name to value map |
| Constructor Summary | |
|---|---|
Row()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getColumn2ValueMap()
Getter for the mapping of column names to values |
String |
getColumnValue(String column)
Getter for the string value of a column |
void |
setColumnValue(String column,
String value)
Setter for the string value of a column |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Map<String,String> mapColumn2Value
| Constructor Detail |
|---|
public Row()
| Method Detail |
|---|
public final Map<String,String> getColumn2ValueMap()
public void setColumnValue(String column,
String value)
column - the column namevalue - the valuepublic final String getColumnValue(String column)
column - the column name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||