CN111523009B - Data visualization processing method - Google Patents

Data visualization processing method Download PDF

Info

Publication number
CN111523009B
CN111523009B CN202010629463.XA CN202010629463A CN111523009B CN 111523009 B CN111523009 B CN 111523009B CN 202010629463 A CN202010629463 A CN 202010629463A CN 111523009 B CN111523009 B CN 111523009B
Authority
CN
China
Prior art keywords
data
information
visual
optimized
submodel
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010629463.XA
Other languages
Chinese (zh)
Other versions
CN111523009A (en
Inventor
王涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yuntu Information Jilin Co ltd
Original Assignee
Beijing Missfresh Ecommerce Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Missfresh Ecommerce Co Ltd filed Critical Beijing Missfresh Ecommerce Co Ltd
Priority to CN202010629463.XA priority Critical patent/CN111523009B/en
Publication of CN111523009A publication Critical patent/CN111523009A/en
Application granted granted Critical
Publication of CN111523009B publication Critical patent/CN111523009B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor

Abstract

The invention provides a data visualization processing method, which comprises the following steps: collecting a plurality of groups of visual data; carrying out normalization processing on the multiple groups of visual data; optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels; performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing; and outputting the visual information by the optimized visual model according to the information input by the user. According to the method, the multiple sub-models of the visual model are optimized through the multiple groups of visual data after normalization processing, and the multiple obtained optimized sub-models are subjected to integrated processing, so that the visual model after optimization processing is obtained, the problem that the visual model is rebuilt due to the fact that users put forward different business requirements in the prior art is solved, and the data processing efficiency is further improved.

Description

Data visualization processing method
Technical Field
The invention relates to the technical field of data processing, in particular to a data visualization processing method.
Background
Data visualization is mainly aimed at clearly and effectively conveying and communicating information by means of graphical means.
At present, a traditional data visualization processing method is to set up a visualization model according to user requirements, and the visualization model outputs visualization information required by a user; however, the constructed visual model is only suitable for a certain service requirement of the user, and when the user puts forward different service requirements, the visual model needs to be constructed again, so that the data processing efficiency is low.
Therefore, a data visualization processing method is urgently needed.
Disclosure of Invention
In order to solve the technical problem, the invention provides a data visualization processing method which is used for solving the problem that a visualization model is built again because a user puts forward different business requirements.
The embodiment of the invention provides a data visualization processing method, which comprises the following steps:
collecting a plurality of groups of visual data;
carrying out normalization processing on the multiple groups of visual data;
optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels;
performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing;
and outputting the visual information by the optimized visual model according to the information input by the user.
In one embodiment, the steps of: carrying out normalization processing on the multiple groups of visual data; previously, comprising:
acquiring data type information of a plurality of groups of visual data;
partitioning the multiple groups of visual data according to the data type information, and respectively storing the multiple groups of visual data in the partitions of the corresponding data type information;
acquiring data format information of a plurality of groups of visual data in the subarea;
acquiring the most quantitative data format information in the data format information of the multiple groups of visual data in the partition, and taking the data format information as standard format information in the partition;
and performing format conversion processing on the visual data of which the data format information of the multiple groups of visual data in the subarea is not the standard format information, and converting the visual data of which the data format information of the multiple groups of visual data in the subarea is not the standard format information into the visual data of which the data format information is the standard format information.
In one embodiment, the partitions include an image partition, a text partition, a video partition, and an audio partition;
the data format information in the image partition comprises jpg format information, png format information, tif format information, gif format information, pcx format information and psd format information;
the data format information in the text partition comprises txt format information, rtf format information, doc format information, xls format information and pdf format information;
the data format information in the video partition comprises ASF format information, WMV format information and rmvb format information;
and the data format information in the audio partition comprises APE format, WAV format and OGG format information.
In one embodiment, the steps of: carrying out normalization processing on the multiple groups of visual data; before, still include:
calculating data quantity information of a plurality of groups of the visualization data in the subarea;
acquiring visual data of which the data volume information exceeds preset data volume threshold information;
and extracting the characteristic information of the visual data of which the data volume information exceeds the preset data volume threshold information, and replacing the visual data with the extracted characteristic information of the visual data in the partition.
In one embodiment, the steps of: carrying out normalization processing on the multiple groups of visual data; the method specifically comprises the following steps:
acquiring data information of the visual data in the subarea;
obtaining maximum value information in the data information of the ith visualization data in the partition
Figure 563023DEST_PATH_IMAGE001
Acquiring minimum information in the data information of the ith visual data in the partition
Figure 360077DEST_PATH_IMAGE002
(ii) a The original value information in the data information of the ith visualization data in the partition is
Figure 906596DEST_PATH_IMAGE003
(ii) a N visualization data in the partition;
original value information in data information of the ith visualization data in the partition
Figure 80089DEST_PATH_IMAGE003
Normalization processing is carried out to obtain the visual data of the ith normalization processing
Figure 90770DEST_PATH_IMAGE004
(ii) a The normalization processing formula is as follows:
Figure 58726DEST_PATH_IMAGE005
i=1,2,3,……,n;
normalizing all the visual data in the subarea
Figure 154858DEST_PATH_IMAGE004
Carrying out averaging processing to obtain the visual data X after normalization processing corresponding to the partitions; the averaging processing formula is as follows:
Figure 302680DEST_PATH_IMAGE006
i=1,2,3,……,n。
in one embodiment, the submodels of the visualization model include an input submodel, a data transformation submodel, a visualization mapping submodel, and an output submodel.
In one embodiment, the steps of: optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels; the method specifically comprises the following steps:
acquiring initial value information and target value information of the visual data after normalization processing;
taking the initial value information as the input of the submodel, taking the target value information as the output of the submodel, and acquiring the optimization weight of the submodel corresponding to the visual data;
respectively repeating the steps on the multiple groups of visual data after normalization processing to obtain multiple optimization weights of the submodels corresponding to the multiple groups of visual data after normalization processing;
acquiring multiple groups of data characteristic information of multiple groups of visual data after normalization processing;
carrying out weighted analysis on a plurality of optimization weights of the submodel corresponding to the plurality of groups of visual data after normalization processing according to the plurality of groups of data characteristic information of the plurality of groups of visual data after normalization processing, and obtaining the optimization values of the plurality of groups of visual data after normalization processing on the submodel;
and optimizing the submodel according to the optimized value to obtain the optimized submodel.
In one embodiment, the steps of: optimizing the submodel according to the optimized value to obtain the optimized submodel; then, the method further comprises the following steps:
taking the initial value information of the visual data after normalization processing as the input of the optimization submodel, and outputting pre-evaluation value information by the optimization submodel;
comparing the target value information of the visual data after normalization processing with the pre-estimated value information output by the optimization submodel to obtain error information;
acquiring a plurality of groups of error information;
adjusting the optimized value of the submodel according to the multiple groups of data characteristic information and the multiple groups of error information of the multiple groups of visual data after normalization processing;
and optimizing the submodel by adopting the adjusted optimization value, and updating the optimized submodel.
In one embodiment, the steps of: performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing; the method specifically comprises the following steps:
acquiring the connection relation of a plurality of sub models of the visual model;
according to the connection relation, performing integrated processing on the optimization sub-model to obtain the optimized visualization model;
detecting the connection interfaces of the optimization submodels, and judging whether the connection interfaces of the optimization submodels can normally transmit data;
when the connection interface of the optimized submodel is judged to be incapable of normally transmitting data, acquiring interface information of the submodel corresponding to the optimized submodel; adjusting and setting the connection interface of the optimization submodel according to the interface information;
the steps are as follows: performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing; then, the method further comprises the following steps:
acquiring test information;
taking the test information as the input of the visual model, and outputting a first test result by the visual model;
taking the test information as the input of the optimized visual model, and outputting a second test result by the optimized visual model;
and comparing and analyzing the first test result output by the visual model and the second test result output by the optimized visual model, acquiring the optimized information of the optimized visual model, and displaying the optimized information of the optimized visual model to a user.
In one embodiment, the steps of: in the process of outputting the visualization information according to the information input by the user, the optimized visualization model further comprises:
acquiring information input by a user, and extracting keywords of the input information;
establishing a first association table based on the keywords based on a data source library;
meanwhile, screening N second association tables related to the first association table on the basis of the database;
acquiring first vertex data and first bottom point data of the first association table, meanwhile, performing coloring processing on the first vertex data and the first bottom point data based on a coloring database, and configuring the colored first vertex data and the colored first bottom point data into a standard three-dimensional coordinate system to obtain first visual color data;
acquiring second vertex data and second bottom point data of N second association tables, and meanwhile, coloring the second vertex data and the second bottom point data based on the coloring database, and acquiring corresponding N second visual color data;
and inputting the first visual color data and the N second visual color data into the visual model after the optimization processing, and outputting visual information by combining the input information.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
Fig. 1 is a schematic structural diagram of a data visualization processing method provided by the present invention;
fig. 2 is a flowchart of outputting the visualization information according to the information input by the user by the optimized visualization model provided by the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
An embodiment of the present invention provides a data visualization processing method, as shown in fig. 1, the method includes:
collecting a plurality of groups of visual data;
carrying out normalization processing on the multiple groups of visual data;
optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels;
performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing;
and outputting the visual information by the optimized visual model according to the information input by the user.
The working principle of the method is as follows: collecting a plurality of groups of visual data, and carrying out normalization processing on the plurality of groups of visual data; optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels; integrating the plurality of optimization sub-models to obtain a visual model after optimization; and the user transmits the information to the optimized visual model, and the optimized visual model processes the information transmitted by the user and outputs the visual information.
The method has the beneficial effects that: normalization processing is carried out on the collected multiple groups of visual data, and the multiple groups of visual data after normalization processing are obtained; optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing, so that a plurality of optimized submodels are obtained; the acquired multiple optimization sub-models are subjected to integrated processing, so that the visualization model after optimization processing is acquired; the user transmits the information to the optimized visual model, and the optimized visual model processes the information transmitted by the user, so that the output of the visual information is realized; according to the method, multiple submodels of the visual model are optimized through multiple groups of visual data after normalization processing, and the obtained multiple optimized submodels are subjected to integrated processing, so that the visual model after optimization processing is obtained; compared with the prior art, the method has the advantages that through normalization processing of multiple groups of visual data and integration processing of multiple optimization sub-models, the optimized visual models can meet different business requirements of users; when a user puts forward different business requirements, the visualization model is optimized by collecting visualization data related to the business requirements, the optimized visualization model can realize the processing of the business requirements, and corresponding visualization information is output; the problem that the visualization model is rebuilt due to the fact that the user puts forward different business requirements in the traditional technology is solved, and the data processing efficiency is further improved.
In one embodiment, the steps of: carrying out normalization processing on the multiple groups of visual data; previously, comprising:
acquiring data type information of a plurality of groups of visual data;
partitioning the multiple groups of visual data according to the data type information, and respectively storing the multiple groups of visual data in the partitions of the corresponding data type information;
acquiring data format information of a plurality of groups of visual data in the subarea;
acquiring the most quantitative data format information in the data format information of a plurality of groups of visual data in the subarea, and taking the data format information as standard format information in the subarea;
and carrying out format conversion processing on the visual data of which the data format information of the multiple groups of visual data in the subarea is not standard format information, and converting the visual data of which the data format information of the multiple groups of visual data in the subarea is not standard format information into the visual data of which the data format information is standard format information. According to the technical scheme, the data type information of the multiple groups of visual data is acquired, and the multiple groups of visual data are respectively stored in the partitions of the corresponding data type information, so that the multiple groups of visual data are partitioned according to the data types of the visual data, and the same type of visual data can be conveniently processed in the subsequent steps; acquiring data format information of a plurality of groups of visual data in the partition, and taking the most quantitative data format information in the data format information of the plurality of groups of visual data in the partition as standard format information in the partition; the data format information of the multiple groups of visual data in the subarea is not the visual data of the standard format information, and the visual data of the multiple groups of visual data in the subarea is converted into the visual data of which the data format information is the standard format information, so that the visual data in the subarea is converted into the same data format, and the visual data in the subarea can be conveniently processed in the subsequent steps; and the most data format information in the data format information of the multiple groups of visual data in the partition is used as the standard format information in the partition for conversion, so that the time required for converting the format of the visual data in the partition is effectively shortened, and the format conversion efficiency of the visual data is improved.
In one embodiment, the partitions include an image partition, a text partition, a video partition, and an audio partition; in the technical scheme, the visual data with the data type information of the images in the multiple groups of visual data are transmitted and stored to the image subareas; transmitting and storing the visual data with the data type information as texts in the multiple groups of visual data to the text partitions; transmitting and storing the visual data with the data type information of the video in the multiple groups of visual data to the video subareas; transmitting and storing the visual data with the data type information being audio frequency in the multiple groups of visual data to a video partition; therefore, the partitioning of the multiple groups of visual data according to the data type information of the visual data is realized.
The data format information in the image partition comprises jpg format information, png format information, tif format information, gif format information, pcx format information and psd format information; the technical scheme realizes the acquisition of the data format information of the visual data in the image partition.
The data format information in the text partition comprises txt format information, rtf format information, doc format information, xls format information and pdf format information; by the technical scheme, the data format information of the visual data in the text partition is acquired.
The data format information in the video partition comprises ASF format information, WMV format information and rmvb format information; the technical scheme realizes the acquisition of the data format information of the visual data in the video frequency area.
And data format information in the audio partition comprises APE format, WAV format and OGG format information. By the technical scheme, the data format information of the visual data in the audio partition is acquired.
In one embodiment, the steps of: carrying out normalization processing on the multiple groups of visual data; before, still include:
calculating data quantity information of a plurality of groups of visual data in the subarea;
acquiring visual data of which the data volume information exceeds preset data volume threshold information;
and extracting the characteristic information of the visual data of which the data volume information exceeds the preset data volume threshold information, and replacing the visual data with the extracted characteristic information of the visual data in the subarea. According to the technical scheme, before normalization processing is carried out on multiple groups of visual data, data volume information of the multiple groups of visual data in the subarea is calculated, characteristic information of the visual data, of which the data volume information exceeds preset data volume threshold information, is extracted, and the visual data is replaced by the extracted characteristic information of the visual data in the subarea, so that the data volume information of the multiple visual data is acquired, the characteristic information of the visual data, of which the data volume information exceeds the preset data volume threshold information, is extracted, the visual data is replaced, the data volume of the visual data with overlarge data volume information is effectively reduced, and normalization processing of the visual data in subsequent steps is facilitated.
In one embodiment, the steps of: carrying out normalization processing on the multiple groups of visual data; the method specifically comprises the following steps:
acquiring data information of visual data in a partition;
obtaining maximum value information in data information of ith visual data in subarea
Figure 167868DEST_PATH_IMAGE001
Acquiring minimum information in the data information of the ith visual data in the partition
Figure 306725DEST_PATH_IMAGE002
(ii) a The original value information in the data information of the ith visual data in the partition is
Figure 890153DEST_PATH_IMAGE003
(ii) a The number of the visual data in the subarea is n;
original value information in data information for ith visualization data within a partition
Figure 77552DEST_PATH_IMAGE003
Normalization processing is carried out to obtain visual data of ith normalization processing
Figure 62826DEST_PATH_IMAGE004
(ii) a The normalization processing formula is as follows:
Figure 372584DEST_PATH_IMAGE005
i=1,2,3,……,n;
in the technical scheme, the maximum value information in the data information of the ith visual data in the partition is obtained
Figure 443309DEST_PATH_IMAGE001
Minimum value information
Figure 496715DEST_PATH_IMAGE002
And original value information of
Figure 274178DEST_PATH_IMAGE003
The visual data of the ith normalization processing in the subarea is calculated by a normalization processing formula
Figure 692521DEST_PATH_IMAGE004
And (4) obtaining.
Normalizing all visual data in the subarea
Figure 984963DEST_PATH_IMAGE004
Carrying out averaging processing to obtain visual data X after normalization processing corresponding to the partitions; the averaging processing formula is as follows:
Figure 281208DEST_PATH_IMAGE006
i=1,2,3,……,n。
the technical scheme is that all visual data after normalization processing in the subareas are subjected to
Figure 975495DEST_PATH_IMAGE004
And carrying out averaging processing to realize the acquisition of the visual data X after the normalization processing corresponding to the partition.
In one embodiment, the submodels of the visualization model include an input submodel, a data transformation submodel, a visualization mapping submodel, and an output submodel. According to the technical scheme, the preset visual model is constructed through the input sub-model, the data transformation sub-model, the visual mapping sub-model and the output sub-model.
In one embodiment, the steps of: optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels; the method specifically comprises the following steps:
acquiring initial value information and target value information of the visual data after normalization processing;
taking initial value information as the input of the submodel, taking target value information as the output of the submodel, and obtaining the optimization weight of the submodel corresponding to the visual data;
respectively repeating the steps on the multiple groups of visual data after normalization processing to obtain multiple optimization weights of the submodels corresponding to the multiple groups of visual data after normalization processing;
acquiring multiple groups of data characteristic information of multiple groups of visual data after normalization processing;
carrying out weighted analysis on a plurality of optimized weights of the submodels corresponding to the plurality of groups of normalized visual data according to the plurality of groups of data characteristic information of the plurality of groups of normalized visual data to obtain optimized values of the plurality of groups of normalized visual data to the submodels;
and optimizing the submodel according to the optimized value to obtain an optimized submodel. In the technical scheme, the initial value information of the visual data after normalization processing is used as the input of the submodel, and the target value information of the visual data after normalization processing is used as the output of the submodel, so that the optimal weight of the submodel corresponding to the visual data is obtained; repeating the steps on the multiple groups of visual data after normalization processing to obtain multiple optimization weights; and carrying out weighted analysis on a plurality of optimized weights of the submodels corresponding to the plurality of groups of visual data after normalization processing according to the plurality of groups of data characteristic information of the plurality of groups of visual data after normalization processing, so as to realize the acquisition of the optimized values of the plurality of groups of visual data after normalization processing on the submodels, and optimizing the submodels by adopting the acquired optimized values, thereby realizing the acquisition of the optimized submodels.
In one embodiment, the steps of: optimizing the submodel according to the optimized value to obtain an optimized submodel; then, the method further comprises the following steps:
taking initial value information of the visual data after normalization processing as input of an optimization submodel, and outputting pre-evaluation value information by the optimization submodel;
comparing the target value information of the visual data after normalization processing with the pre-estimated value information output by the optimization sub-model to obtain error information;
respectively repeating the steps on the multiple groups of visual data after normalization processing to obtain multiple groups of error information;
adjusting the optimized value of the sub-model according to the multiple groups of data characteristic information and the multiple groups of error information of the multiple groups of visual data after normalization processing;
and optimizing the submodel by adopting the adjusted optimization value, and updating the optimized submodel. In the technical scheme, the target value information of the visual data after normalization processing is compared with the pre-estimated value information output by the optimization submodel according to the input target value information of the visual data, so that the error information is acquired; the steps are repeated on the multiple groups of visual data after normalization processing, so that multiple groups of error information are obtained; and adjusting the optimized value of the submodel according to the multiple groups of data characteristic information and the multiple groups of error information of the multiple groups of visual data after normalization processing, optimizing the submodel by adopting the adjusted optimized value, and updating the optimized submodel to enable the predicted value information output by the optimized submodel to be more fit to the target value information.
In one embodiment, the steps of: performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing; the method specifically comprises the following steps:
acquiring the connection relation of a plurality of sub-models of the visual model;
according to the connection relation, performing integrated processing on the optimization sub-model to obtain a visual model after optimization processing; according to the technical scheme, the connection relation of the plurality of submodels of the visual model is obtained, so that the integration processing of the optimized submodels is realized, and the visual model after the optimization processing is obtained.
Detecting the connection interfaces of the optimization submodels, and judging whether the connection interfaces of the optimization submodels can normally transmit data;
when judging that the connection interface of the optimized submodel can not normally transmit data, acquiring interface information of the submodel corresponding to the optimized submodel; adjusting and setting the connection interface of the optimization submodel according to the interface information; in the technical scheme, the connection interfaces of a plurality of optimized submodels of the optimized visual model are detected, whether the connection interfaces of the optimized submodels can normally transmit data is judged, and when the connection interfaces of the optimized submodels cannot normally transmit data is judged, interface information of the submodels corresponding to the optimized submodels is obtained; and adjusting and setting the connection interface of the optimized submodel according to the interface information, so that the optimized visual submodel can normally transmit data, and the normal operation of the optimized visual model is ensured.
The method comprises the following steps: performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing; then, the method further comprises the following steps:
acquiring test information;
the test information is used as the input of a visual model, and the visual model outputs a first test result;
the test information is used as the input of the optimized visual model, and the optimized visual model outputs a second test result;
and comparing and analyzing the first test result output by the visual model and the second test result output by the optimized visual model, acquiring the optimization information of the optimized visual model, and displaying the optimization information of the optimized visual model to a user. In the technical scheme, the visual model takes test information as input to obtain a first test result; the optimized visual model takes the test information as input to obtain a second test result; and comparing and analyzing the first test result and the second test result, so that the optimization information of the optimized visual model is obtained, and the optimization information is displayed to the user, thereby obtaining the optimization performance of the optimized visual model by the user according to the optimization information.
In one embodiment, the steps of: in the process of outputting the visualization information according to the information input by the user, the optimized visualization model further includes, as shown in fig. 2:
step 21: acquiring information input by a user, and extracting keywords of the input information;
step 22: establishing a first association table based on keywords based on a data source library;
meanwhile, screening N second association tables related to the first association table based on the database;
step 23: acquiring first vertex data and first bottom point data of a first association table, meanwhile, coloring the first vertex data and the first bottom point data based on a coloring database, and configuring the colored first vertex data and the colored first bottom point data into a standard three-dimensional coordinate system to obtain first visual color data;
step 24: acquiring second vertex data and second bottom point data of the N second association tables, and meanwhile, coloring the second vertex data and the second bottom point data based on a coloring database, and acquiring corresponding N second visual color data;
step 25: and inputting the first visual color data and the N second visual color data into the visual model after optimization processing, and outputting visual information by combining the input information.
In this embodiment, for example, the information input by the user is fruits in the high season, and at this time, the keyword is fruits in the high season;
the corresponding first association table may be a fruit association table related to the current season, and a plurality of second association tables are filtered based on the fruit association table, and the second association tables may be related to attributes (such as moisture, sugar, etc.) of a certain fruit in the fruit association tables.
The top point data and the bottom point data of the association table are obtained for coloring convenience, for example, the obtained top point data is the fruit color of a certain fruit, and the obtained bottom point data is the fruit shape of a certain fruit.
In this embodiment, the standard three-dimensional coordinates are set so as to enable three-dimensional display and further improve the visualization thereof.
The beneficial effects of the above technical scheme are: the method comprises the steps of extracting keywords of information input by a user, obtaining a first association table based on the keywords, further obtaining a plurality of second association tables according to the first association table, providing a basis for coloring data, improving the reliability of obtaining visual colors by obtaining vertex data and bottom point data, combining the reliability with input information, and improving the visualization of visual information output.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (9)

1. A data visualization processing method is characterized by comprising the following steps:
collecting a plurality of groups of visual data;
carrying out normalization processing on the multiple groups of visual data;
optimizing a plurality of submodels of a preset visualization model according to the plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels;
performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing;
outputting visual information by the optimized visual model according to information input by a user;
optimizing a plurality of submodels of a preset visualization model according to a plurality of groups of visualization data after normalization processing to obtain a plurality of optimized submodels, and specifically comprising:
acquiring initial value information and target value information of the visual data after normalization processing;
taking the initial value information as the input of the submodel, taking the target value information as the output of the submodel, and acquiring the optimization weight of the submodel corresponding to the visual data;
respectively repeating the steps on the multiple groups of visual data after normalization processing to obtain multiple optimization weights of the submodels corresponding to the multiple groups of visual data after normalization processing;
acquiring multiple groups of data characteristic information of multiple groups of visual data after normalization processing;
carrying out weighted analysis on a plurality of optimization weights of the submodel corresponding to the plurality of groups of visual data after normalization processing according to the plurality of groups of data characteristic information of the plurality of groups of visual data after normalization processing, and obtaining the optimization values of the plurality of groups of visual data after normalization processing on the submodel;
and optimizing the submodel according to the optimized value to obtain the optimized submodel.
2. The method of claim 1, wherein the steps of: before normalization processing is performed on the multiple groups of visualization data, the normalization processing method comprises the following steps:
acquiring data type information of a plurality of groups of visual data;
partitioning the multiple groups of visual data according to the data type information, and respectively storing the multiple groups of visual data in the partitions of the corresponding data type information;
acquiring data format information of a plurality of groups of visual data in the subarea;
acquiring the most quantitative data format information in the data format information of the multiple groups of visual data in the partition, and taking the data format information as standard format information in the partition;
and performing format conversion processing on the visual data of which the data format information of the multiple groups of visual data in the subarea is not the standard format information, and converting the visual data of which the data format information of the multiple groups of visual data in the subarea is not the standard format information into the visual data of which the data format information is the standard format information.
3. The method of claim 2,
the partitions comprise an image partition, a text partition, a video partition and an audio partition;
the data format information in the image partition comprises jpg format information, png format information, tif format information, gif format information, pcx format information and psd format information;
the data format information in the text partition comprises txt format information, rtf format information, doc format information, xls format information and pdf format information;
the data format information in the video partition comprises ASF format information, WMV format information and rmvb format information;
and the data format information in the audio partition comprises APE format, WAV format and OGG format information.
4. The method of claim 2, wherein the steps of: before normalization processing is performed on the multiple groups of visualization data, the method further includes:
calculating data quantity information of a plurality of groups of the visual data in the subarea;
acquiring visual data of which the data volume information exceeds preset data volume threshold information;
and extracting the characteristic information of the visual data of which the data volume information exceeds the preset data volume threshold information, and replacing the visual data with the extracted characteristic information of the visual data in the partition.
5. The method of claim 2, wherein the steps of: carrying out normalization processing on the multiple groups of visual data; the method specifically comprises the following steps:
acquiring data information of the visual data in the subarea;
acquiring maximum value information max in the data information of the ith visualization data in the partitioniAcquiring minimum information min in the data information of the ith visual data in the partitioni(ii) a The original value information in the data information of the ith visualization data in the partition is xi(ii) a N visualization data in the partition;
for the original value information x in the data information of the ith visualization data in the partitioniNormalization processing is carried out to obtain the visual data x of the ith normalization processing* i(ii) a The normalization processing formula is as follows:
Figure 443258DEST_PATH_IMAGE001
i=1,2,3,……,n;
all the visual data x after the normalization processing in the subarea* iCarrying out the average value processing to obtain the values corresponding to the partitionsNormalizing the processed visual data X; the averaging processing formula is as follows:
Figure 838467DEST_PATH_IMAGE002
i=1,2,3,……,n。
6. the method of claim 1,
the submodels of the visual model comprise an input submodel, a data transformation submodel, a visual mapping submodel and an output submodel.
7. The method of claim 1, wherein the steps of: optimizing the submodel according to the optimized value, and after the optimized submodel is obtained, the method further comprises the following steps:
taking the initial value information of the visual data after normalization processing as the input of the optimization submodel, and outputting pre-evaluation value information by the optimization submodel;
comparing the target value information of the visual data after normalization processing with the pre-estimated value information output by the optimization submodel to obtain error information;
acquiring a plurality of groups of error information;
adjusting the optimized value of the submodel according to the multiple groups of data characteristic information and the multiple groups of error information of the multiple groups of visual data after normalization processing;
and optimizing the submodel by adopting the adjusted optimization value, and updating the optimized submodel.
8. The method of claim 1, wherein the steps of: performing integrated processing on the obtained multiple optimization sub-models to obtain a visual model after optimization processing; the method specifically comprises the following steps:
acquiring the connection relation of a plurality of sub models of the visual model;
according to the connection relation, performing integrated processing on the optimization sub-model to obtain the optimized visualization model;
detecting the connection interfaces of the optimization submodels, and judging whether the connection interfaces of the optimization submodels can normally transmit data;
when the connection interface of the optimized submodel is judged to be incapable of normally transmitting data, acquiring interface information of the submodel corresponding to the optimized submodel; adjusting and setting the connection interface of the optimization submodel according to the interface information;
the steps are as follows: performing integrated processing on the obtained multiple optimization sub-models, and after obtaining the optimized visual model, further comprising:
acquiring test information;
taking the test information as the input of the visual model, and outputting a first test result by the visual model;
taking the test information as the input of the optimized visual model, and outputting a second test result by the optimized visual model;
and comparing and analyzing the first test result output by the visual model and the second test result output by the optimized visual model, acquiring the optimized information of the optimized visual model, and displaying the optimized information of the optimized visual model to a user.
9. The method of claim 1, wherein the steps of: in the process of outputting the visualization information according to the information input by the user, the optimized visualization model further comprises:
acquiring information input by a user, and extracting keywords of the input information;
establishing a first association table based on the keywords based on a data source library;
meanwhile, screening N second association tables related to the first association table on the basis of the database;
acquiring first vertex data and first bottom point data of the first association table, meanwhile, performing coloring processing on the first vertex data and the first bottom point data based on a coloring database, and configuring the colored first vertex data and the colored first bottom point data into a standard three-dimensional coordinate system to obtain first visual color data;
acquiring second vertex data and second bottom point data of N second association tables, and meanwhile, coloring the second vertex data and the second bottom point data based on the coloring database, and acquiring corresponding N second visual color data;
and inputting the first visual color data and the N second visual color data into the visual model after the optimization processing, and outputting visual information by combining the input information.
CN202010629463.XA 2020-07-03 2020-07-03 Data visualization processing method Active CN111523009B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010629463.XA CN111523009B (en) 2020-07-03 2020-07-03 Data visualization processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010629463.XA CN111523009B (en) 2020-07-03 2020-07-03 Data visualization processing method

Publications (2)

Publication Number Publication Date
CN111523009A CN111523009A (en) 2020-08-11
CN111523009B true CN111523009B (en) 2020-10-13

Family

ID=71911978

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010629463.XA Active CN111523009B (en) 2020-07-03 2020-07-03 Data visualization processing method

Country Status (1)

Country Link
CN (1) CN111523009B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103995470A (en) * 2014-05-30 2014-08-20 浙江工业大学 Device fault diagnosis method based on PolSOM neural network algorithm
CN105528396A (en) * 2015-11-30 2016-04-27 国网天津市电力公司 Information fusion method for electric power big data visualization
CN106815320A (en) * 2016-12-27 2017-06-09 华南师范大学 Based on the investigation big data visual modeling method and system of expanding stereogram
CN109034369A (en) * 2018-06-26 2018-12-18 陕西师范大学 A kind of Bridge Crack image generation model based on depth convolution production confrontation network

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8150662B2 (en) * 2006-11-29 2012-04-03 American Express Travel Related Services Company, Inc. Method and computer readable medium for visualizing dependencies of simulation models

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103995470A (en) * 2014-05-30 2014-08-20 浙江工业大学 Device fault diagnosis method based on PolSOM neural network algorithm
CN105528396A (en) * 2015-11-30 2016-04-27 国网天津市电力公司 Information fusion method for electric power big data visualization
CN106815320A (en) * 2016-12-27 2017-06-09 华南师范大学 Based on the investigation big data visual modeling method and system of expanding stereogram
CN109034369A (en) * 2018-06-26 2018-12-18 陕西师范大学 A kind of Bridge Crack image generation model based on depth convolution production confrontation network

Also Published As

Publication number Publication date
CN111523009A (en) 2020-08-11

Similar Documents

Publication Publication Date Title
US11238310B2 (en) Training data acquisition method and device, server and storage medium
CN114258559A (en) Techniques for identifying skin tones in images with uncontrolled lighting conditions
CN108304442B (en) Text information processing method and device and storage medium
CN109284729A (en) Method, apparatus and medium based on video acquisition human face recognition model training data
WO2020233269A1 (en) Method and apparatus for reconstructing 3d model from 2d image, device and storage medium
CN105488539B (en) The predictor method and device of the generation method and device of disaggregated model, power system capacity
CN110781273B (en) Text data processing method and device, electronic equipment and storage medium
US8929687B2 (en) System and method for candidate sorting and clustering
US20220254134A1 (en) Region recognition method, apparatus and device, and readable storage medium
CN111553485A (en) View display method, device, equipment and medium based on federal learning model
WO2024067387A1 (en) User portrait generation method based on characteristic variable scoring, device, vehicle, and storage medium
CN111405360A (en) Video processing method and device, electronic equipment and storage medium
CN113761334A (en) Visual recommendation method, device, equipment and storage medium
CN115205883A (en) Data auditing method, device, equipment and storage medium based on OCR (optical character recognition) and NLP (non-line language)
CN111523009B (en) Data visualization processing method
CN112950658A (en) Optical disk evaluation method, device, equipment and storage medium
CN110909768B (en) Method and device for acquiring marked data
JP6802332B1 (en) Information processing method and information processing equipment
CN111966600A (en) Webpage testing method and device, computer equipment and computer readable storage medium
US11448634B2 (en) Analysis apparatus, stratum age estimation apparatus, analysis method, stratum age estimation method, and program
US10963736B2 (en) Object recognition apparatus, object recognition system, and object recognition method
CN108074240B (en) Recognition method, recognition apparatus, computer-readable storage medium, and program product
JP2022185143A (en) Text detection method, and text recognition method and device
US20230126022A1 (en) Automatically determining table locations and table cell types
CN207051898U (en) Information retrieval categorizing system based on cloud computing

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20211206

Address after: Room 084, No. 1-309, 3rd floor, commercial building, No. 9 Wangjing street, Chaoyang District, Beijing 100102

Patentee after: Beijing Daily Youxian Technology Co.,Ltd.

Address before: 100102 room 801, 08 / F, building 7, yard 34, Chuangyuan Road, Chaoyang District, Beijing

Patentee before: BEIJING MISSFRESH E-COMMERCE Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231110

Address after: C1-331 Zheshang Pedestrian Street, Urban Rural Integration Demonstration Zone, Hebi City, Henan Province, 458000

Patentee after: Hebi Shiyu Qiluo E-commerce Co.,Ltd.

Address before: Room 084, No. 1-309, 3rd floor, commercial building, No. 9 Wangjing street, Chaoyang District, Beijing 100102

Patentee before: Beijing Daily Youxian Technology Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231212

Address after: Room 712, floor 7, creative incubation building, No. 3330, ecological East Street, Jingyue high tech Industrial Development Zone, Changchun City, Jilin Province, 130000

Patentee after: Yuntu Information (Jilin) Co.,Ltd.

Address before: C1-331 Zheshang Pedestrian Street, Urban Rural Integration Demonstration Zone, Hebi City, Henan Province, 458000

Patentee before: Hebi Shiyu Qiluo E-commerce Co.,Ltd.