TWI418995B - The Method of Establishing Quantified Sequence Tree and Its Computer Program - Google Patents

The Method of Establishing Quantified Sequence Tree and Its Computer Program Download PDF

Info

Publication number
TWI418995B
TWI418995B TW098109205A TW98109205A TWI418995B TW I418995 B TWI418995 B TW I418995B TW 098109205 A TW098109205 A TW 098109205A TW 98109205 A TW98109205 A TW 98109205A TW I418995 B TWI418995 B TW I418995B
Authority
TW
Taiwan
Prior art keywords
node
data
string
child
time
Prior art date
Application number
TW098109205A
Other languages
Chinese (zh)
Other versions
TW201035779A (en
Original Assignee
Inst Information Industry
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 Inst Information Industry filed Critical Inst Information Industry
Priority to TW098109205A priority Critical patent/TWI418995B/en
Publication of TW201035779A publication Critical patent/TW201035779A/en
Application granted granted Critical
Publication of TWI418995B publication Critical patent/TWI418995B/en

Links

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

建立量化序列樹之方法及其電腦程式Method for establishing quantized sequence tree and computer program thereof

一種序列樹建立方法,特別是有關於一種量化序列樹建立方法。A method for establishing a sequence tree, in particular, a method for establishing a sequence tree of quantization.

請參照圖1,先前技術中,偵測人員利用偵測儀器(如生理訊號偵測器:血壓計、血糖計、脈搏計數器...等;電路訊號偵測器:電流計、電壓計、數位訊號偵測計、頻率偵測計)量測一被測物(居家病患、數位電路、類比電路…等)以取得一時間序列資料後,將其導入一二維座標軸,此二維座標軸其一軸為時間軸,另一軸為時間序列資料的變化範圍。偵測人員係在變化範圍指定之至少一區域界定值,由此等區域界定值劃分二維座標軸為多個狀態區間,再將時間序列資料以同等時間區段進行切割形成多個資料段,並計算每一資料段的平均值。偵測儀器會判斷此各平均值所在狀態區間及時間區段的順序,將各資料段依序轉換為一字串資料,以傳輸至專門的字串解讀設備,將字串資料解讀,以利於專業人員進行後續資料分析行為。如:建立序列樹、建立決策樹,或藉由其它方式判斷被測物的實際狀態變化情形。Please refer to FIG. 1. In the prior art, the detecting personnel use detecting instruments (such as physiological signal detectors: sphygmomanometers, blood glucose meters, pulse counters, etc.; circuit signal detectors: galvanometers, voltmeters, digits) A signal detector, a frequency detector, measures a measured object (home patient, digital circuit, analog circuit, etc.) to obtain a time series data and then introduces it into a two-dimensional coordinate axis, the two-dimensional coordinate axis One axis is the time axis and the other axis is the variation range of the time series data. The detecting personnel defines values in at least one region specified by the variation range, and thus the region defining values divide the two-dimensional coordinate axes into a plurality of state intervals, and then the time series data is cut into equal data segments to form a plurality of data segments, and Calculate the average of each data segment. The detecting instrument will judge the order of the status interval and the time segment of each average value, and sequentially convert each data segment into a string of data for transmission to a special string interpretation device, and interpret the string data to facilitate the interpretation. Professionals conduct follow-up data analysis. For example, establishing a sequence tree, establishing a decision tree, or judging the actual state change of the measured object by other means.

然而,建立字串資料的基礎是由各資料段的平圴值與順序所產生,如果某一資料段的資料變化相當的大,如資料段曲線不斷的在第a區與第c區來回位移,所產生的平 均值極可能會對應在第b區,則所產生的字串資料即為不正確的字串資料。字串解讀設備所解讀出來的字串資料即為錯誤值,專業人員即不可能透過精準且正確的了解被測物的實際狀態變化情形,即利用字串資料所分析出來的結果為錯誤。However, the basis for establishing string data is generated by the flat value and order of each data segment. If the data of a data segment changes quite large, such as the data segment curve is continuously shifted back and forth between the a and c regions. The resulting flat The average value is likely to correspond to the b-th area, and the generated string data is the incorrect string data. The string data read by the string interpretation device is the wrong value, and it is impossible for the professional to accurately and correctly understand the actual state change of the measured object, that is, the result analyzed by the string data is an error.

因此,如何將時間序列資料轉換為正確的字串資料,以及有效的利用字串資料來分析被測物的狀態變化情形,為當前廠前應思考的問題。Therefore, how to convert time series data into correct string data, and effectively use string data to analyze the state change of the measured object is a problem that should be considered before the current factory.

有鑑於此,本發明所欲解決之問題係在於提供一種從時間序列資料轉換出正確的字串資料,並藉由字串資料來分析被測物狀態的資料分類方法。In view of the above, the problem to be solved by the present invention is to provide a data classification method for converting correct string data from time series data and analyzing the state of the measured object by using string data.

為解決上述資料分析問題,本發明所提供之技術手段係揭露一種量化序列樹建立方法,此方法係取得至少一字串資料,字串資料包含至少一資料函式,每一資料函式包含一區間編碼與一時間區段,依序將資料函式轉換為至少一節點,根據資料函式之順序將節點導入一樹狀結構。當導入節點所屬父節點具有至少一子節點,且導入節點與父節點之任一子節點是否相同之區間編碼與時間區段時,將導入節點之出現統計值加入任一子節點之出現統計值。反之,將導入節點結合上述的任一子節點為一結合節點,以作為父節點的子節點。當所有字串資料皆已處理且導入樹 狀結構,根據一資料相依條件將具有資料相依關係的結合節點或具有同一父節點的子節點進行節點合併。In order to solve the above problem of data analysis, the technical means provided by the present invention discloses a method for establishing a quantitative sequence tree, which is to obtain at least one string of data, the string data includes at least one data function, and each data function includes one The interval coding and the one-time segment sequentially convert the data function into at least one node, and import the node into a tree structure according to the order of the data function. When the parent node of the import node has at least one child node, and the import node and the child node of the parent node are the same interval code and time segment, the statistics value of the import node is added to the statistics of any child node. . Conversely, the import node is combined with any of the above child nodes as a combined node to serve as a child node of the parent node. When all string data has been processed and imported into the tree A structure in which a joint node having a data dependency relationship or a child node having the same parent node is merged according to a data dependent condition.

其中,本發明所揭露的字串資料是藉由一時間序列資料分類方法取得。此方法將一時間序列資料映射於一二維座標軸,計算時間序列資料之資料變化範圍與資料變化範圍之至少一區域界定值,根據區域界定值將二維座標軸劃分複數個狀態區間,計算出時間序列資料與區域界定值之至少一時間切點,根據時間切點劃分時間序列資料為複數個資料區段,根據每一資料區段之時間區段與所在狀態區間之區間編碼,編碼所有資料區段為上述的字串資料。The string data disclosed in the present invention is obtained by a time series data classification method. The method maps a time series data to a two-dimensional coordinate axis, calculates at least one region defining value of the data variation range of the time series data and the data variation range, and divides the two-dimensional coordinate axis into a plurality of state intervals according to the regional definition value, and calculates the time. The sequence data and the region-defined value are at least one time tangent point, and the time-series data is divided into a plurality of data segments according to the time-cut point, and all the data segments are coded according to the interval code of the time segment and the state interval of each data segment. The above string data.

其中,本發明所提出的方法亦可透過電腦程式產品或記錄媒體的形式呈現,當可讀取電腦程式或記錄媒體的電子裝置,載入此電腦程式或記錄媒體時,可以實現所述相同的方法解決相同問題並達到相同功效。The method proposed by the present invention can also be presented in the form of a computer program product or a recording medium. When the electronic device capable of reading a computer program or a recording medium is loaded into the computer program or the recording medium, the same can be achieved. The method solves the same problem and achieves the same effect.

本發明可達到之功效包含:The achievable effects of the present invention include:

其一,由時間序列資料所切割出來的資料區段,其計算資料平均值與資料區段的曲線,即為對應同一個狀態區間與時間區段。不會有在一時間區段內,資料區段曲線大幅變化的情形發生,故轉換出來的字串資料相較之下更為精準。First, the data segment cut out from the time series data, the calculated data average and the data segment curve, corresponding to the same state interval and time segment. There will be no situation where the data segment curve changes greatly during a time period, so the converted string data is more accurate.

其二,將字串資料轉換為節點以建立量化序列樹,有益於簡化序列資料複雜性,同時藉由此量化序列樹可建立更為精準的決策樹,有益於得知被測物的實際狀態變化。Secondly, converting the string data into nodes to establish a quantized sequence tree is beneficial to simplify the complexity of the sequence data, and at the same time, by quantifying the sequence tree, a more accurate decision tree can be established, which is useful for knowing the actual state of the measured object. Variety.

為使對本發明之目的、構造特徵及其功能有進一步之了解,茲配合相關實施例及圖式詳細說明如下:請同時參照圖2、圖3與圖4,圖2為本發明實施例之時間序列資料分類方法流程圖,圖3為本發明實施例之狀態區間劃分示意圖,圖4為本發明實施例之資料區段劃分示意圖。此方法說明如下:偵測人員利用偵測儀器(如生理訊號偵測器:血壓計、血糖計、脈搏計數器...等;電路訊號偵測器:電流計、電壓計、數位訊號偵測計、頻率偵測計)量測一被測物(居家病患、數位電路、類比電路…等)以取得一時間序列資料201後,將一時間序列資料201映射於一二維座標軸(步驟S110)。此二維座標軸之一軸為時間軸,另一軸用以顯示時間序列資料201的資料變化範圍202。In order to further understand the object, structural features and functions of the present invention, the related embodiments and drawings are described in detail as follows: Please refer to FIG. 2, FIG. 3 and FIG. 4 simultaneously, FIG. 2 is the time of the embodiment of the present invention. FIG. 3 is a schematic diagram of a state interval division according to an embodiment of the present invention, and FIG. 4 is a schematic diagram of data segment division according to an embodiment of the present invention. The method is described as follows: the detection personnel use detection instruments (such as physiological signal detectors: blood pressure monitors, blood glucose meters, pulse counters, etc.; circuit signal detectors: galvanometers, voltmeters, digital signal detectors) And a frequency detecting meter for measuring a measured object (home patient, digital circuit, analog circuit, etc.) to obtain a time series data 201, and mapping a time series data 201 to a two-dimensional coordinate axis (step S110) . One axis of the two-dimensional coordinate axis is the time axis, and the other axis is used to display the data variation range 202 of the time series data 201.

取得時間序列資料之資料變化範圍與資料變化範圍之至少一區域界定值(步驟S120)。此步驟中,於一段時間內,偵測時間序列資料變化情形,以取得時間序列資料的最大值與最小值。資料變化範圍的上限值為時間序列資料之最大值,資料變化範圍的下限值為時間序列資料之最小值。Obtaining at least one region defining value of the data variation range of the time series data and the data variation range (step S120). In this step, the time series data changes are detected for a period of time to obtain the maximum and minimum values of the time series data. The upper limit of the data variation range is the maximum value of the time series data, and the lower limit value of the data variation range is the minimum value of the time series data.

偵測人員係對資料變化範圍指定至少一個以上的區域界定值,區域界定值係由專家系統或專業人員所提供,如用以追蹤病患的生理訊號,此值由醫師或照護人員所提 供;亦如用以追蹤電路的訊號變化,此值即由設計人員所提供。The detection personnel assign at least one regional definition value to the data variation range. The regional definition value is provided by the expert system or professional, such as to track the patient's physiological signal, which is recommended by the physician or caregiver. For example, to track the signal changes of the circuit, this value is provided by the designer.

根據至少一區域界定值將二維座標軸劃分複數個狀態區間,每一狀態區間係對應相異之一區間編碼(步驟S130)。在此說明,每一區域界定值係為狀態區間的上限或下限,而每一狀態區間各別代表一種資料變化函意,此時間序列資料為生理訊號時,第a區代表狀態很差、第b區代表狀態中等、第c區代表狀態很好,即數值處於第c區代表病患情況良好;或者反過來說,第c區代表狀態很差、第b區代表狀態中等、第a區代表狀態很好,即數值處於第a區代表病患情況良好。最主要是用以判斷時間序列資料於各狀態區間的游移情形。而被劃分出來的狀態區間,可為相同面積或相異面積,主要是根據專業人員之需求以進行劃分。The two-dimensional coordinate axis is divided into a plurality of state intervals according to at least one region defining value, and each state interval corresponds to a different one-section encoding (step S130). Here, the value of each region is defined as the upper or lower limit of the state interval, and each state interval represents a data change function. When the time series data is a physiological signal, the area a represents a poor state. The b-zone represents a medium state, and the c-zone represents a good state, that is, the value in the c-zone represents a good condition; or conversely, the c-zone represents a poor state, the b-zone represents a moderate state, and the a-region represents a The condition is very good, that is, the value in the a area indicates that the patient is in good condition. The most important thing is to judge the migration of time series data in each state interval. The divided state intervals can be the same area or different areas, mainly based on the needs of professionals.

計算出時間序列資料201與至少一區域界定值之至少一時間切點203(步驟S140)。如圖3,找出時間序列資料201與各狀態區域的邊界(即各區域界定值)的交集處,此等交集處即為時間切點203。At least one time tangent point 203 of the time series data 201 and the at least one region defined value is calculated (step S140). As shown in FIG. 3, the intersection of the time series data 201 and the boundary of each state area (ie, the defined value of each area) is found, and the intersection is the time tangent point 203.

根據至少一時間切點203劃分時間序列資料201為複數個資料區段(步驟S150)。如圖4,從二維座標軸的時間軸上找出對應時間切點的時間單位。根據此等時間單位所形成的時間區段來劃分時間序列資料,以形成複數個資料區段。在此說明,同一個時間區段的資料區段不會橫跨兩 個以上的狀態區間,只會處於單一狀態區間內。The time series data 201 is divided into a plurality of data segments based on at least one time tangent point 203 (step S150). As shown in Fig. 4, the time unit corresponding to the time tangent point is found from the time axis of the two-dimensional coordinate axis. The time series data is divided according to the time segments formed by the time units to form a plurality of data segments. Here, the data section of the same time zone does not span two More than one status interval will only be in a single status interval.

根據每一資料區段之時間區段與所在狀態區間之區間編碼,以編碼所有資料區段為一字串資料(步驟S160)。每一資料區段被編碼後係形成一資料函式時,各資料函式包含對應的資料區段所屬狀態區間之區間編碼與資料區域之時間區段,而資料函式所儲存的值為此資料區段之資料平均值。所有資料函式係根據各資料區段之時間順序而被編碼為上述的字串資料。以圖4而言,所形成的字串資料係為(b,18)(a,35)(b,6)(c,32)(b,17)(c,20)。According to the interval encoding of the time segment of each data segment and the state interval, the data segments are encoded as a string of data (step S160). When each data section is encoded to form a data function, each data function includes a section of the status section of the corresponding data section and a time section of the data area, and the value stored in the data function is The average value of the data section. All data functions are coded as the above-mentioned string data according to the chronological order of each data section. In the case of Fig. 4, the formed string data is (b, 18) (a, 35) (b, 6) (c, 32) (b, 17) (c, 20).

請參照圖5,其為本發明實施例之量化序列樹建立方法流程圖。此方法說明如下:取得至少一字串資料(步驟S210)。每一字串資料包含至少一資料函式,每一資料函式包含一區間編碼、一時間區段與一資料類別。請參照圖6,以下將以圖6所示的複數個字串資料作為輸入資料。Please refer to FIG. 5, which is a flowchart of a method for establishing a quantized sequence tree according to an embodiment of the present invention. This method is explained as follows: At least one string of data is obtained (step S210). Each string data includes at least one data function, and each data function includes an interval code, a time segment and a data category. Referring to FIG. 6, the following plurality of string data shown in FIG. 6 will be used as input data.

依序將各字串資料之資料函式轉換為節點(步驟S220),每一節點包含其所屬資料函式之區間編碼、時間區段與一出現統計值。The data function of each string data is sequentially converted into a node (step S220), and each node includes an interval code, a time segment and an appearance statistical value of the data function to which it belongs.

根據各資料函式之順序將節點導入一樹狀結構(步驟S230)。請參照圖7,本實施例所引用的樹狀結構在此稱為量化序列樹(QFS-Tree)的樹結構。此量化序列樹之根(Root),其子節點係為字串資料的資料類別。當節點被導入樹狀結構時,係根據其所屬的資料類別以將偘節點建構 形成一個以上的支路。The nodes are introduced into a tree structure in accordance with the order of the respective data functions (step S230). Referring to FIG. 7, the tree structure referenced in this embodiment is referred to herein as a tree structure of a quantization sequence tree (QFS-Tree). The root of this quantized sequence tree, whose child nodes are the data categories of the string data. When a node is imported into a tree structure, the node is constructed according to the data category to which it belongs. Form more than one branch.

請同時參照圖8與圖7,圖8為本發明實施例之結合節點示意圖。當一導入節點所屬一父節點已具有至少一子節點時,判斷導入節點與父節點的子節點是否具有相同之區間編碼與時間區段。以圖6所示第三次的字串資料作為被導入的字串資料,來進行說明。Please refer to FIG. 8 and FIG. 7 simultaneously. FIG. 8 is a schematic diagram of a joint node according to an embodiment of the present invention. When a parent node to which an import node belongs has at least one child node, it is determined whether the child node of the import node and the parent node have the same interval code and time segment. The third string data shown in FIG. 6 will be described as the imported string data.

首先,判斷導入節點之區間編碼與任一子節點之區間編碼是否相同(步驟S240)。First, it is judged whether or not the section code of the import node is the same as the section code of any of the child nodes (step S240).

當判斷為相異區間編碼,將導入節點形成父節點之子節點(步驟S241),即在節點資料301以下新增一個子節點。When it is determined that the interval is encoded, the import node forms a child node of the parent node (step S241), that is, a child node is added below the node data 301.

反之,若判斷為相同區間編碼,即判斷導入節點之時間區段與任一子節點之時間區段是否相同(步驟S242)。On the other hand, if it is determined that the same section code is used, it is judged whether or not the time zone of the import node is the same as the time zone of any of the child nodes (step S242).

當判斷為相異時間區段,結合導入節點與任一子節點為一結合節點302(步驟S243)。結合節點之區間編碼為任一子節點之區間編碼,且結合節點包含導入節點之時間區段及出現統計值,及任一子節點之時間區段及出現統計值。When it is determined that the different time zone is combined, the combined import node and any of the child nodes are a combined node 302 (step S243). The interval code of the combined node is the interval code of any child node, and the combined node includes the time segment of the imported node and the occurrence statistics, and the time segment of any child node and the occurrence statistics.

當判斷為相同時間區段,即將導入節點之出現統計值加入任一子節點之出現統計值(步驟S244)。即如圖8所示之節點資料301,其出現統計值由1變為2。When it is determined that the same time zone is present, the occurrence statistics of the import node are added to the occurrence statistics of any of the child nodes (step S244). That is, as shown in the node data 301 shown in FIG. 8, the occurrence statistical value changes from 1 to 2.

判斷各字串資料是否已全數處理並導入樹狀結構(步驟S250)。It is judged whether or not each of the string data has been completely processed and introduced into the tree structure (step S250).

當判斷為未全數處理,即從重新執行步驟S210,以導 入次一輪的字串資料。When it is judged that it is not processed in full, that is, step S210 is re-executed to guide Enter the next round of string information.

請參照圖9,其為本發明量化序列樹之相依資料示意圖。如圖9所示,首先,先要取得一個資料相依條件,此資料相依條件為先前所建立的結合節點,其至少二時間區段之差小於一指定值,以下以相鄰的值作為說明。Please refer to FIG. 9, which is a schematic diagram of the dependent data of the quantized sequence tree of the present invention. As shown in FIG. 9, first, a data dependency condition is first obtained, and the data dependency condition is a previously established joint node, and the difference between at least two time segments is less than a specified value, and the following values are used as an explanation.

接著,從樹狀結構是否存在至少一結合節點。如圖9所示,其虛框所示的節點即為先前所述的結合節點。Next, there is at least one bonding node from the tree structure. As shown in FIG. 9, the node shown by the dashed box is the previously described bonding node.

接著,判斷已發現的結合節點之至少二時間區段是否符合資料相依條件。如圖9所示,此虛框所示的結合節合,其包含的兩個時間區域為相鄰的數值,故符合上述的資料相依條件。因此,將上述的結合節點302轉換為合併節點303。即如圖10所示,合併節點303之出現統計值為先前結合節點302之各時間區段所對應之出現統計值之和。反之,若判斷已發現的結合節點之至少二時間區段不符合資料相依條件,則不對結合節點302進行任何節點轉換行為。Next, it is determined whether at least two time segments of the discovered bonding node meet the data dependent condition. As shown in FIG. 9, the joints shown in the dashed box contain two time zones which are adjacent values, so that the above-mentioned data dependent conditions are met. Therefore, the above-described combining node 302 is converted into the merge node 303. That is, as shown in FIG. 10, the occurrence statistics of the merge node 303 are the sum of the occurrence statistics corresponding to the time segments of the previous join node 302. On the other hand, if it is determined that at least two time segments of the discovered bonding node do not meet the data dependency condition, no node conversion behavior is performed on the bonding node 302.

接著,判斷各合併節點303之子節點的數量是否為多數,如果有任一個合併節點303包含有多個子節點,則此等子節點是否符合上述的資料相依條件。如果是,則將上述中,符合資料相依條件的子節點合併為一合併子節點304。請參照圖10,結合節點302在轉換為合併節點303後,其子節點也符合資料相依條件,即兩子節點的時間區段為相鄰的數值。故將此二子節點合併為合併子節點304,合併子節點304之區間編碼會同時對應上述兩子節點的區 間編碼,且合併子節點的出現統計值為合併前的兩子節點的出現統計值總合。然而,合併的兩子節點中,若其中一個子節點屬於結合節點類型,係根據上述步驟S240與步驟S242的判定模式,將另一子節點結合至結合節點303類型的子節點上。最後的樹狀結構即形成如圖11所示,為完成建構作業的量化序列樹。Next, it is determined whether the number of child nodes of each merge node 303 is a majority. If any one of the merge nodes 303 includes multiple child nodes, whether the child nodes meet the above-mentioned data dependency condition. If so, the child nodes that meet the data dependency condition are merged into one merged child node 304. Referring to FIG. 10, after the node 302 is converted to the merge node 303, its child nodes also meet the data dependency condition, that is, the time segments of the two child nodes are adjacent values. Therefore, the two child nodes are merged into a merged child node 304, and the interval code of the merged child node 304 corresponds to the area of the two child nodes at the same time. Inter-coded, and the occurrence statistics of the merged child nodes are the sum of the occurrence statistics of the two child nodes before the merge. However, among the two child nodes that are merged, if one of the child nodes belongs to the joint node type, another child node is coupled to the child node of the joint node 303 type according to the determination mode of step S240 and step S242. The final tree structure is formed as shown in Figure 11, as a quantitative sequence tree for completing the construction work.

一般而言,建立序列樹的期間,會將各資料節點的連結關係根據一個以上的參考值以記錄於一文件頭表(Header Table)中。就本實施例來說,此文件頭表係以區間編碼作為參考值,以記錄具有相同區間編碼的節點與其它節點的連結關係,並將具有相同區間編碼的節點根據資料類別以進行連結。同時,文件頭表會記錄各區間編碼的排列順序,以作為從量化序列樹之各資料類別中,擷取序列字串的序列擷取條件。Generally, during the establishment of the sequence tree, the connection relationship of each data node is recorded in a header table according to more than one reference value. For the present embodiment, the file header table uses the interval coding as a reference value to record the connection relationship between the nodes having the same interval coding and other nodes, and the nodes having the same interval coding are linked according to the data category. At the same time, the file header table records the order of the encoding of each interval as a sequence of capturing the sequence of the sequence from the data categories of the quantized sequence tree.

如圖12所示,在此假設,序列擷取條件為依照區間編碼c、區間編碼b與區間編碼a的順序對量化序列樹之進行序列擷取。如果量化序列樹具有兩個以上的支路時,係分別對各支路的進行序列擷取,並根據各支路所屬的資料類別將擷取出來的序列字串進行分類。如圖12所示,類別1具有兩個支路,兩支路各自擷取出來的字串為(A,2)(B:5~6)(C:1~2):3,以及(B:5)(C:5):1。As shown in FIG. 12, it is assumed here that the sequence extraction condition is to perform sequence extraction on the quantized sequence tree in the order of the interval code c, the interval code b, and the interval code a. If the quantized sequence tree has more than two branches, the sequence of each branch is separately extracted, and the sequence string extracted by the branch is classified according to the data category to which each branch belongs. As shown in Fig. 12, category 1 has two branches, and the strings extracted by each of the two branches are (A, 2) (B: 5~6) (C: 1~2): 3, and (B). :5)(C:5): 1.

如圖13,其為本發明實施例之序列字串刪除示意圖,當序列字串擷取完成後,結果如圖13所示。在此說明,為 有利於後續說明,圖13所示的序列字串並非為前述字串擷取的結果,而是以其為它相關的範圍所假設而得。FIG. 13 is a schematic diagram of sequence string deletion according to an embodiment of the present invention. When the sequence string is extracted, the result is as shown in FIG. 13 . Here, the description is Conducive to the subsequent description, the sequence string shown in FIG. 13 is not the result of the above-mentioned string, but is assumed by the range in which it is related.

之後,將同時對應所有資料類別任一序列字串刪除,以圖13而言,係將(B,2~5)的序列字串刪除。最後,將完成序列字串刪除作業後,將剩餘的結果序列字串導入一數量決策樹,如圖14所示,以供專利人員了解被測物的狀態數值變化情形。After that, any sequence string corresponding to all data categories is deleted at the same time. In FIG. 13, the sequence string of (B, 2~5) is deleted. Finally, after the sequence string deletion operation is completed, the remaining result sequence strings are imported into a number decision tree, as shown in FIG. 14, for the patenter to know the state value change of the measured object.

雖然本發明以前述之較佳實施例揭露如上,然其並非用以限定本發明,任何熟習相像技藝者,在不脫離本發明之精神和範圍內,所作更動與潤飾之等效替換,仍為本發明之專利保護範圍內。While the present invention has been described above in terms of the preferred embodiments thereof, it is not intended to limit the invention, and the equivalent of the modification and retouching of the present invention is still within the spirit and scope of the present invention. Within the scope of patent protection of the present invention.

201‧‧‧時間序列資料201‧‧‧ Time Series Information

202‧‧‧資料變化範圍202‧‧‧Scope of data change

203‧‧‧時間切點203‧‧‧ time cut point

301‧‧‧資料節點301‧‧‧data node

302‧‧‧結合節點302‧‧‧Combined nodes

303‧‧‧合併節點303‧‧‧ merged nodes

304‧‧‧合併子節點304‧‧‧Combined child nodes

圖1係先前技術之字串資料建構圖;圖2係本發明實施例之時間序列資料分類方法流程圖;圖3係本發明實施例之狀態區間劃分示意圖;圖4係本發明實施例之資料區段劃分示意圖;圖5係本發明實施例之量化序列樹建立方法流程圖;圖6係本發明實施例之字串資料列表;圖7係本發明實施例之節點導入示意圖;圖8係本發明實施例之結合節點示意圖;圖9係本發明實施例之量化序列樹之相依資料示意圖;圖10係本發明實施例之節點合併示意圖;圖11係本發明實施例之量化序列樹完成示意圖; 圖12係本發明實施例之序列擷取示意圖;圖13係本發明實施例之序列字串刪除示意圖;以及圖14係本發明實施例之數量決策樹示意圖。1 is a prior art string data construction diagram; FIG. 2 is a flow chart of a time series data classification method according to an embodiment of the present invention; FIG. 3 is a schematic diagram of a state interval division according to an embodiment of the present invention; FIG. 5 is a flowchart of a method for establishing a quantized sequence tree according to an embodiment of the present invention; FIG. 6 is a list of string data according to an embodiment of the present invention; FIG. 7 is a schematic diagram of node import according to an embodiment of the present invention; FIG. 9 is a schematic diagram of a dependency of a quantized sequence tree according to an embodiment of the present invention; FIG. 10 is a schematic diagram of a node merging according to an embodiment of the present invention; FIG. 12 is a schematic diagram of sequence capture according to an embodiment of the present invention; FIG. 13 is a schematic diagram of sequence string deletion according to an embodiment of the present invention; and FIG. 14 is a schematic diagram of a number decision tree according to an embodiment of the present invention.

Claims (22)

一種量化序列樹建立方法,其包含:取得至少一字串資料,該至少一字串資料包含至少一資料函式,每一資料函式包含一區間編碼與一時間區段;依序將該至少一資料函式轉換為至少一節點,每一節點包含其所屬該資料函式之區間編碼、時間區段與一出現統計值;根據該至少一資料函式之順序將該至少一節點導入一樹狀結構;當一導入節點所屬一父節點具有至少一子節點時,判斷該導入節點與該父節點之任一子節點是否具有相同之區間編碼與時間區段;當判斷為相同,將該導入節點之出現統計值加入該任一子節點之出現統計值;當判斷為不同,將該導入節點形成該父節點之子節點;判斷該至少一字串資料是否已全數處理並導入該樹狀結構;以及當判斷為未全數處理,即從該至少一字串資料取出任一字串資料,返回該依序將該至少一資料函式轉換為至少一節點資料之該步驟。 A method for establishing a sequence tree includes: obtaining at least one string of data, the at least one string of data comprising at least one data function, each data function comprising an interval code and a time segment; Converting a data function into at least one node, each node including an interval code, a time segment and an occurrence statistical value of the data function to which the data belongs; and importing the at least one node into a tree according to the order of the at least one data function Structure; when a parent node to which an import node belongs has at least one child node, it is determined whether the import node and any child node of the parent node have the same interval code and time segment; when it is judged to be the same, the import node The occurrence statistics value is added to the occurrence statistics of any one of the child nodes; when it is judged to be different, the import node is formed as a child node of the parent node; determining whether the at least one string data has been completely processed and imported into the tree structure; When it is determined that the data is not processed in full, that is, any string data is taken out from the at least one string of data, and the at least one data function is sequentially converted into This step is a little information on the node. 如申請專利範圍第1項所述量化序列樹建立方法,其中該判斷該導入節點與該父節點之任一子節點是否具有相同之區間編碼與時間區段之該步驟,更包含下列步驟: 判斷該導入節點之區間編碼與該任一子節點之區間編碼是否相同;當判斷為相異區間編碼,導入該導入節點形成該父節點之子節點;當判斷為相同區間編碼,判斷該導入節點之時間區段與該任一子節點之時間區段是否相同;當判斷為相異時間區段,結合該導入節點與該任一子節點為一結合節點,該結合節點之區間編碼為該任一子節點之區間編碼,且該結合節點包含該導入節點之時間區段及出現統計值,及該任一子節點之時間區段及出現統計值;以及當判斷為相同時間區段,將該導入節點之出現統計值加入該任一子節點之出現統計值。 The method for establishing a quantized sequence tree according to claim 1, wherein the step of determining whether the import node and the child node of the parent node have the same interval code and time segment further comprises the following steps: Determining whether the interval code of the imported node is the same as the interval code of the any child node; when it is determined that the interval code is different, the import node is imported to form a child node of the parent node; when it is determined that the same interval code is determined, the import node is determined Whether the time segment is the same as the time segment of any one of the child nodes; when it is determined that the time zone is different, the combined node is combined with the child node as a combined node, and the interval of the combined node is coded as any one of Interval coding of the child node, and the binding node includes a time zone and an occurrence statistical value of the import node, and a time zone and an occurrence statistical value of the any child node; and when the same time zone is determined, the import is performed The statistics of the occurrence of the node are added to the statistics of the occurrence of any of the child nodes. 如申請專利範圍第2項所述量化序列樹建立方法,其更包含下列步驟:取得一資料相依條件;判斷該樹狀結構是否存在至少一結合節點;當判斷為存在,判斷該至少一結合節點之至少二時間區段是否符合該資料相依條件;以及當判斷為符合,將該至少一結合節點轉換為至少一合併節點。 The method for establishing a quantized sequence tree according to claim 2, further comprising the steps of: obtaining a data dependent condition; determining whether the tree structure has at least one binding node; and determining that the existence exists, determining the at least one bonding node Whether at least two time segments meet the data dependent condition; and when determined to be consistent, the at least one combined node is converted into at least one merged node. 如申請專利範圍第3項所述量化序列樹建立方法,其中該至少一合併節點之時間區段對應該至少一結合節點 之至少二時間區段,且該資料相依條件為該至少一結合節點之該至少二時間區段之差小於一指定值,該至少一合併節點之出現統計值為該至少一結合節點之該至少二時間區段所對應之出現統計值之和。 The method for establishing a quantized sequence tree according to claim 3, wherein the time segment of the at least one merged node corresponds to at least one combined node At least two time segments, and the data dependent condition is that the difference between the at least two time segments of the at least one bonding node is less than a specified value, and the occurrence statistics of the at least one combining node are the at least one of the at least one bonding node The sum of the occurrence statistics corresponding to the two time segments. 如申請專利範圍第3項所述量化序列樹建立方法,其更包含下列步驟:判斷該至少一結合節點之子節點是否為多數;當任一節點之子節點為多數時,判斷該至少一結合節點之至少二子節點是否符合該資料相依條件;以及當判斷為符合,將該至少一結合節點之該至少二子節點合併為一合併子節點。 The method for establishing a quantized sequence tree according to claim 3, further comprising the steps of: determining whether a child node of the at least one binding node is a majority; and determining, when the child node of any node is a majority, determining the at least one bonding node Whether at least two child nodes meet the data dependent condition; and when determined to be consistent, the at least two child nodes of the at least one combined node are merged into one combined child node. 如申請專利範圍第5項所述量化序列樹建立方法,其中該資料相依條件為該至少二子節點之該等時間區段之差係小於一指定值。 The method for establishing a quantized sequence tree according to claim 5, wherein the data dependent condition is that the difference between the time segments of the at least two child nodes is less than a specified value. 如申請專利範圍第5項所述量化序列樹建立方法,其中該合併子節點之區間編碼係同時對應該至少二子節點之該等區間編碼。 The method for establishing a quantized sequence tree according to claim 5, wherein the interval coding system of the merged child node simultaneously encodes the intervals corresponding to at least two child nodes. 如申請專利範圍第5項所述量化序列樹建立方法,其中該合併子節點之出現統計值為該至少二子節點之該等出現統計值之總合。 The method for establishing a quantized sequence tree according to claim 5, wherein the statistical value of the occurrence of the merged child node is a sum of the statistical values of the at least two child nodes. 如申請專利範圍第5項所述量化序列樹建立方法,其中每一字串資料係對應一資料類別,該至少一節點被導入該樹狀結構時,係根據該至少一資料類別以將該至少一 節點建構形成至少二支路。 The method for establishing a quantized sequence tree according to claim 5, wherein each string data corresponds to a data category, and when the at least one node is imported into the tree structure, the at least one data category is based on the at least one data category. One The nodes are constructed to form at least two branches. 如申請專利範圍第9項所述量化序列樹建立方法,其更包含下列步驟:取得一序列擷取條件;判斷該至少二支路是否存在符合該序列擷取條件之至少一序列字串;當判斷為是,取得該至少一序列字串並根據該等資料類別進行分類;將同時對應該等資料類別任一序列字串刪除;以及將刪除該任一序列字串後的至少一結果序列字串導入一數量決策樹。 The method for establishing a quantized sequence tree according to claim 9 , further comprising the steps of: obtaining a sequence of capture conditions; and determining whether the at least two branches have at least one sequence string that meets the sequence capture condition; Determining yes, obtaining the at least one sequence string and classifying according to the data categories; deleting any sequence string corresponding to the data category at the same time; and deleting at least one result sequence word after the sequence string is deleted The string is imported into a number decision tree. 如申請專利範圍第1項所述量化序列樹建立方法,其中取得至少一字串資料之該步驟包括:將一時間序列資料映射於一二維座標軸;計算該時間序列資料之資料變化範圍與該資料變化範圍之至少一區域界定值;根據該至少一區域界定值將該二維座標軸劃分複數個狀態區間,每一狀態區間係對應相異的區間編碼;計算出該時間序列資料與該至少一區域界定值之至少一時間切點;根據該至少一時間切點劃分該時間序列資料為複數個資料區段;以及根據每一資料區段之時間區段與所在該狀態區間之區 間編碼,以編碼該等資料區段為該字串資料。 The method for establishing a quantized sequence tree according to claim 1, wherein the step of obtaining at least one string of data comprises: mapping a time series data to a two-dimensional coordinate axis; calculating a data variation range of the time series data and the At least one region defining value of the data variation range; dividing the two-dimensional coordinate axis into a plurality of state intervals according to the at least one region defining value, each state interval corresponding to a different interval encoding; calculating the time series data and the at least one At least one time tangent point of the region defining value; dividing the time series data into a plurality of data segments according to the at least one time tangent point; and, according to the time segment of each data segment and the region in the state interval Inter-coded to encode the data segments as the string data. 一種電腦程式產品,係經由一電子儀器執行,該電子儀器執行該電腦程式產品係進行一量化序列樹建立方法,該方法包含:取得至少一字串資料,該至少一字串資料包含至少一資料函式,每一資料函式包含一區間編碼與一時間區段;依序將該至少一資料函式轉換為至少一節點,每一節點包含其所屬該資料函式之區間編碼、時間區段與一出現統計值;根據該至少一資料函式之順序將該至少一節點導入一樹狀結構;當一導入節點所屬一父節點具有至少一子節點時,判斷該導入節點與該父節點之任一子節點是否具有相同之區間編碼與時間區段;當判斷為相同,將該導入節點之出現統計值加入該任一子節點之出現統計值;當判斷為不同,將該導入節點形成該父節點之子節點;判斷該至少一字串資料是否已全數處理並導入該樹狀結構;以及當判斷為未全數處理,即從該至少一字串資料取出任一字串資料,返回該依序將該至少一資料函式轉換為至少一節點資料之該步驟。 A computer program product is executed by an electronic device, the electronic device executing the computer program product system for performing a quantization sequence tree establishing method, the method comprising: obtaining at least one string of data, the at least one string of data comprising at least one data a function, each data function includes an interval coding and a time segment; sequentially converting the at least one data function into at least one node, each node including an interval code and a time segment to which the data function belongs And at least one node is imported into a tree structure according to the at least one data function; and when an import node belongs to a parent node having at least one child node, determining the import node and the parent node Whether a child node has the same interval code and time segment; when it is judged to be the same, the appearance statistical value of the import node is added to the occurrence statistics of the any child node; when it is judged to be different, the import node forms the parent a child node of the node; determining whether the at least one string of data has been fully processed and imported into the tree structure; and when it is determined that the total number is not , From which at least any one of a string data extracted string data, the sequence returns to the step of the at least one data function into at least one node of information. 如申請專利範圍第12項所述電腦程式產品,其中該判 斷該導入節點與該父節點之任一子節點是否具有相同之區間編碼與時間區段之該步驟,更包含下列步驟:判斷該導入節點之區間編碼與該任一子節點之區間編碼是否相同;當判斷為相異區間編碼,導入該導入節點形成該父節點之子節點;當判斷為相同區間編碼,判斷該導入節點之時間區段與該任一子節點之時間區段是否相同;當判斷為相異時間區段,結合該導入節點與該任一子節點為一結合節點,該結合節點之區間編碼為該任一子節點之區間編碼,且該結合節點包含該導入節點之時間區段及出現統計值,及該任一子節點之時間區段及出現統計值;以及當判斷為相同時間區段,將該導入節點之出現統計值加入該任一子節點之出現統計值。 For example, the computer program product described in claim 12 of the patent scope, wherein the judgment The step of breaking whether the import node and the child node of the parent node have the same interval code and time segment further includes the following steps: determining whether the interval code of the import node is the same as the interval code of any one of the child nodes When it is determined that the difference interval code is encoded, the import node is imported to form a child node of the parent node; when it is determined that the same interval code is determined, it is determined whether the time segment of the import node is the same as the time segment of the any child node; For the different time segment, the import node is combined with the child node, and the interval code of the joint node is the interval code of the any child node, and the joint node includes the time segment of the import node. And the statistical value, and the time segment of the any child node and the occurrence of the statistical value; and when it is determined that the same time segment, the statistical value of the appearance of the imported node is added to the statistical value of the occurrence of the any child node. 如申請專利範圍第13項所述電腦程式產品,其更包含下列步驟:取得一資料相依條件;判斷該樹狀結構是否存在至少一結合節點;當判斷為存在,判斷該至少一結合節點之至少二時間區段是否符合該資料相依條件;以及當判斷為符合,將該至少一結合節點轉換為至少一合併節點。 The computer program product of claim 13, further comprising the steps of: obtaining a data dependency condition; determining whether the tree structure has at least one binding node; and determining that the presence is present, determining at least one of the bonding nodes Whether the two time segments meet the data dependent condition; and when it is determined to be in compliance, converting the at least one bonding node into the at least one combining node. 如申請專利範圍第14項所述電腦程式產品,其中該至少一合併節點之時間區段對應該至少一結合節點之至少二時間區段,且該資料相依條件為該至少一結合節點之該至少二時間區段之差小於一指定值,該至少一結合節點之出現統計值為該至少一結合節點之該至少二時間區段所對應之出現統計值之和。 The computer program product of claim 14, wherein the time zone of the at least one merged node corresponds to at least one time zone of the at least one combined node, and the data dependency condition is the at least one of the at least one bonded node The difference between the two time segments is less than a specified value, and the occurrence statistics of the at least one combined node are the sum of the occurrence statistics corresponding to the at least two time segments of the at least one combined node. 如申請專利範圍第14項所述電腦程式產品,其更包含下列步驟:判斷該至少一合併節點之子節點是否為多數;當任一合併節點之子節點為多個時,判斷該任一合併節點之至少二子節點是否符合該資料相依條件;以及當判斷為符合,將該至少一結合節點之該至少二子節點合併為一合併子節點。 The computer program product of claim 14, further comprising the steps of: determining whether a child node of the at least one merge node is a majority; and when there are multiple child nodes of any merge node, determining whether the merge node is any Whether at least two child nodes meet the data dependent condition; and when determined to be consistent, the at least two child nodes of the at least one combined node are merged into one combined child node. 如申請專利範圍第16項所述電腦程式產品,其中該資料相依條件為該至少二子節點之該等時間區段之差係小於一指定值。 The computer program product of claim 16, wherein the data dependent condition is that the difference between the time segments of the at least two child nodes is less than a specified value. 如申請專利範圍第16項所述電腦程式產品,其中該合併子節點之區間編碼係同時對應該至少二子節點之該等區間編碼。 The computer program product of claim 16, wherein the interval coding of the merged child node simultaneously encodes the intervals of at least two child nodes. 如申請專利範圍第16項所述電腦程式產品,其中該合併子節點之出現統計值為該至少二子節點之該等出現統計值之總合。 The computer program product of claim 16, wherein the statistical value of the merged child node is a sum of the statistical values of the at least two child nodes. 如申請專利範圍第16項所述電腦程式產品,其中每一 字串資料係對應一資料類別,該至少一節點被導入該樹狀結構時,係根據該至少一資料類別以將該至少一節點建構形成至少二支路。 For example, the computer program products mentioned in claim 16 of the patent scope, each of which The string data corresponds to a data category. When the at least one node is imported into the tree structure, the at least one node is constructed to form at least two branches according to the at least one data category. 如申請專利範圍第20項所述電腦程式產品,其更包含下列步驟:取得一序列擷取條件;判斷該至少二支路是否存在符合該序列擷取條件之至少一序列字串;當判斷為是,取得該至少一序列字串並根據該等資料類別進行分類;將同時對應該等資料類別任一序列字串刪除;以及將刪除該任一序列字串後的至少一結果序列字串導入一數量決策樹。 The computer program product of claim 20, further comprising the steps of: obtaining a sequence of capture conditions; determining whether the at least two branches have at least one sequence string that meets the sequence capture condition; Yes, obtaining the at least one sequence string and classifying according to the data categories; deleting any sequence string corresponding to the data category at the same time; and importing at least one result sequence string after deleting the any sequence string A number of decision trees. 如申請專利範圍第12項所述電腦程式產品,其中取得至少一字串資料之該步驟包括:將一時間序列資料映射於一二維座標軸;計算該時間序列資料之資料變化範圍與該資料變化範圍之至少一區域界定值;根據該至少一區域界定值將該二維座標軸劃分複數個狀態區間,每一狀態區間係對應相異的區間編碼;計算出該時間序列資料與該至少一區域界定值之至少一時間切點;根據該至少一時間切點劃分該時間序列資料為複數個 資料區段;以及根據每一資料區段之時間區段與所在該狀態區間之區間編碼,以編碼該等資料區段為該字串資料。 The computer program product of claim 12, wherein the step of obtaining at least one string of data comprises: mapping a time series data to a two-dimensional coordinate axis; calculating a data variation range of the time series data and the data change At least one region defining a value; the two-dimensional coordinate axis is divided into a plurality of state intervals according to the at least one region defining value, each state interval corresponding to a different interval encoding; calculating the time series data and the at least one region defining At least one time tangent point of the value; dividing the time series data into a plurality of points according to the at least one time tangent point a data segment; and an interval code according to a time segment of each data segment and the state segment in which the data segment is located to encode the data segment as the string data.
TW098109205A 2009-03-20 2009-03-20 The Method of Establishing Quantified Sequence Tree and Its Computer Program TWI418995B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW098109205A TWI418995B (en) 2009-03-20 2009-03-20 The Method of Establishing Quantified Sequence Tree and Its Computer Program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW098109205A TWI418995B (en) 2009-03-20 2009-03-20 The Method of Establishing Quantified Sequence Tree and Its Computer Program

Publications (2)

Publication Number Publication Date
TW201035779A TW201035779A (en) 2010-10-01
TWI418995B true TWI418995B (en) 2013-12-11

Family

ID=44855983

Family Applications (1)

Application Number Title Priority Date Filing Date
TW098109205A TWI418995B (en) 2009-03-20 2009-03-20 The Method of Establishing Quantified Sequence Tree and Its Computer Program

Country Status (1)

Country Link
TW (1) TWI418995B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW330279B (en) * 1997-07-29 1998-04-21 Winbond Electronics Corp Speech synthesizing circuit and method with automatic head data fetch function
US6928265B2 (en) * 2002-05-07 2005-08-09 Megapulse, Inc. Method of and apparatus for implementing high speed data communication by phase (frequency) modulation of loran-c navigation system using solid-state pulse transmitters and high-power solid state switching for dynamic antenna tuning
TWI288875B (en) * 2005-11-30 2007-10-21 Jr-Feng Jau Multiple long term auto-processing system and method thereof
TWM328151U (en) * 2007-08-23 2008-03-01 Jin-Feng Lin Mobile medical system transmission apparatus based on Ka frequency of low track of satellite bandwidth

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW330279B (en) * 1997-07-29 1998-04-21 Winbond Electronics Corp Speech synthesizing circuit and method with automatic head data fetch function
US6928265B2 (en) * 2002-05-07 2005-08-09 Megapulse, Inc. Method of and apparatus for implementing high speed data communication by phase (frequency) modulation of loran-c navigation system using solid-state pulse transmitters and high-power solid state switching for dynamic antenna tuning
TWI288875B (en) * 2005-11-30 2007-10-21 Jr-Feng Jau Multiple long term auto-processing system and method thereof
TWM328151U (en) * 2007-08-23 2008-03-01 Jin-Feng Lin Mobile medical system transmission apparatus based on Ka frequency of low track of satellite bandwidth

Also Published As

Publication number Publication date
TW201035779A (en) 2010-10-01

Similar Documents

Publication Publication Date Title
Niaksu CRISP data mining methodology extension for medical domain
JP4480508B2 (en) Diagnosis support program and diagnosis support apparatus
US20160183811A1 (en) System and method of detecting abnormal movement of a physical object
EP2804119A2 (en) Analysis System and Health Business Support Method
CN104216349B (en) Utilize the yield analysis system and method for the sensing data of manufacturing equipment
CN112259221A (en) Lung cancer diagnosis system based on multiple machine learning algorithms
CN104582563A (en) Clinical support system and method
US7430494B2 (en) Dynamic data stream histograms for no loss of information
US8170894B2 (en) Method of identifying innovations possessing business disrupting properties
CN104462744A (en) Data quality control method suitable for cardiovascular remote monitoring system
CN109597757B (en) Method for measuring similarity between software networks based on multidimensional time series entropy
CN107106016A (en) The method and system of the Continuous cardiac output (CCO) of patient is predicted based on physiological data
CN115714022B (en) Neonatal jaundice health management system based on artificial intelligence
CN105490777A (en) Satellite telemetry data outlier elimination pre-processing method
US8838221B2 (en) Automatic categorization of fetal heart rate information
JP7085331B2 (en) Mood score calculator and mood score calculation method
Tseng Rethinking the use of finite element simulations in comparative biomechanics research
TWI418995B (en) The Method of Establishing Quantified Sequence Tree and Its Computer Program
Somoza et al. Optimizing REM latency as a diagnostic test for depression using receiver operating characteristic analysis and information theory
US10354422B2 (en) Diagram building system and method for a signal data decomposition and analysis
KR20190126658A (en) Disease Network Construction Method considering Stratification according to confounding factors of Cohort data and Disease occurring time between the diseases, Its Visualization Method and Computer Readable Record Medium thereof
Ntoa et al. UXAmI observer: an automated user experience evaluation tool for ambient intelligence environments
CN116401311A (en) Three-dimensional visual data management system and method based on GIS
World Health Organization WHO vaccine-preventable diseases: monitoring system: 2002 global summary
Khan et al. Optimized arterial line artifact identification algorithm cleans high-frequency arterial line data with high accuracy in critically ill patients

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees