1.0.0 • Published 5 years ago

brightics-vienna-mix v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Brightics-Vienna-Mix

함수스펙 변경 파라미터로 입력된 json과 'Brightics.VA.Core.Functions.Library' 경로에 함수스펙 extend

예) import Mix from 'brightics-vienna-mix';

var spec = { kmeans : "out-properties": { "type": "table", "label": "First Data" }, { "type": "table", "label": "Second Data" }, { "type": "model", "label": "Third Data" }, { "type": "meta", "label": "Forth Data" } };

Mix(spec);