|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for data collections.
| Method Summary | |
int |
add(Datum d)
Inserts a Datum into the Data Collection. |
Matrix |
dataMatrix()
returns the feature matrix |
List |
features()
returns an List of all the features |
String |
name()
returns a String that gives the name of the data collection stored in this DBM |
String |
toString()
returns a String representation of DBM |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
public Matrix dataMatrix()
public List features()
public String name()
public String toString()
toString in class Objectpublic int add(Datum d)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||