ELKI - Use List<String> of objects to populate the Database
问题 Sorry for the naive question, but I got stuck while following all the pieces of tutorials available. So, is there a way to populate a Database db from a simple List rather than loading it reading a file? Basically what I'm looking for is something similar to: List objects = ... Database db = ClassGenericsUtil.parameterizeOrAbort(ArrayDatabase.class, params, objects); db.initialize(); Thanks in advance. 回答1: What are the contents of your String s? Same as understood by the ELKI parsers? This