qminer
Version:
A C++ based data analytics platform for processing large-scale real-time streams containing structured and unstructured data
19 lines • 490 B
JavaScript
/**
* Copyright (c) 2015, Jozef Stefan Institute, Quintelligence d.o.o. and contributors
* All rights reserved.
*
* This source code is licensed under the FreeBSD license found in the
* LICENSE file in the root directory of this source tree.
*/
exports.view = {
"title" : "String-Integer hashmap.",
"className" : "StrIntMap",
"key1" : "'foo'",
"val1" : "10",
"key2" : "'bar'",
"val2" : "20",
"keyType" : "string",
"datType" : "number",
"defaultKey" : '',
"defaultVal" : 0
}