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

java.lang.Objectorg.android.activityminer.persistence.DBFeatureVector
public class DBFeatureVector
The database representation for a feature vector extracted from a sub-cutOut of an existing recording.
| Field Summary | |
|---|---|
ActivityLabel |
activityLabel
The activity label of the related recording. |
long |
id
The unique identifier. |
String |
xmlData
The XML representation of the features. |
| Constructor Summary | |
|---|---|
DBFeatureVector(long id,
ActivityLabel activityLabel,
String xmlData)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long id
public final ActivityLabel activityLabel
public final String xmlData
| Constructor Detail |
|---|
public DBFeatureVector(long id,
ActivityLabel activityLabel,
String xmlData)
id - the unique feature vector identifieractivityLabel - the associated activity label of the recordingxmlData - the XML representation of the features
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||