|
|
|
@ -289,7 +289,7 @@ const handlemodelSelectionChange = (type) => {
|
|
|
|
//计算
|
|
|
|
//计算
|
|
|
|
const modelCalculation = () => {
|
|
|
|
const modelCalculation = () => {
|
|
|
|
const processedData = processArrayData(analysisHanderKry.value, analysisData.value);
|
|
|
|
const processedData = processArrayData(analysisHanderKry.value, analysisData.value);
|
|
|
|
marketingAlgorithmApi.getMarketingAlgorithmPreprocessing({ map: processedData, statistic: g_modelParameter.value, userId: n_dataTableQuery.value.userId });
|
|
|
|
marketingAlgorithmApi.getMarketingAlgorithmPreprocessing(JSON.stringify({ map: processedData, statistic: g_modelParameter.value, userId: n_dataTableQuery.value.userId }));
|
|
|
|
};
|
|
|
|
};
|
|
|
|
function processArrayData(keys, data) {
|
|
|
|
function processArrayData(keys, data) {
|
|
|
|
// 创建结果对象
|
|
|
|
// 创建结果对象
|
|
|
|
|