亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        Using Link-Based Consensus Clustering for Mixed-Type Data Analysis

        2022-11-09 08:17:32TossaponBoongoenandNatthakanIamOn
        Computers Materials&Continua 2022年1期

        Tossapon Boongoen and Natthakan Iam-On

        Center of Excellence in Artificial Intelligence and Emerging Technologies,School of Information Technology,Mae Fah Luang University,Chiang Rai,57100,Thailand

        Abstract: A mix between numerical and nominal data types commonly presents many modern-age data collections.Examples of these include banking data,sales history and healthcare records,where both continuous attributes like age and nominal ones like blood type are exploited to characterize account details,business transactions or individuals.However,only a few standard clustering techniques and consensus clustering methods are provided to examine such a data thus far.Given this insight,the paper introduces novel extensions of link-based cluster ensemble,LCEWCT and LCEWTQ that are accurate for analyzing mixed-type data.They promote diversity within an ensemble through different initializations of the k-prototypes algorithm as base clusterings and then refine the summarized data using a link-based approach.Based on the evaluation metric of NMI(Normalized Mutual Information)that is averaged across different combinations of benchmark datasets and experimental settings,these new models reach the improved level of 0.34,while the best model found in the literature obtains only around the mark of 0.24.Besides,parameter analysis included herein helps to enhance their performance even further,given relations of clustering quality and algorithmic variables specific to the underlying link-based models.Moreover,another significant factor of ensemble size is examined in such a way to justify a tradeoff between complexity and accuracy.

        Keywords: Cluster analysis;mixed-type data;consensus clustering;link analysis

        1 Introduction

        Cluster analysis has been widely used to explore the structure of a given dataset.This analytical tool is usually employed in the initial stage of data interpretation,especially for a new problem where prior knowledge is limited.The goal of acquiring knowledge from data sources has been a major driving force,which makes cluster analysis one of the highly active research subjects.Over several decades,different clustering techniques are devised and applied to a variety of problem domains,such as biological study [1],customer relationship management [2],information retrieval [3],image processing and machine vision [4],medicine and health care [5],pattern recognition [6],psychology [7] and recommender system [8].In addition to these,the recent development of clustering approaches for cancer gene expression data has attracted a lot of interests amongst computer scientists,biological and clinical researchers [9,10].

        Principally,the objective of cluster analysis is to divide data objects (or instances) into groups(or clusters) such that objects in the same cluster are more similar to each other than to those belonging to different clusters [11].Objects under examination are normally described in terms of object-specific (e.g.,attribute values) or relative measurements (e.g.,pairwise dissimilarity).Unlike supervised learning,clustering is ‘unsupervised’and does not require class information,which is typically achieved through a manual tagging of category labels on data objects,by domain expert(s).While many supervised models inherently fail to handle the absence of data labels,data clustering has proven effective for this burden.Given its potential,a large number of research studies focus on several aspects of cluster analysis: for instance,dissimilarity (or distance)metric [12],optimal cluster numbers [13],relevance of data attributes per cluster [14],evaluation of clustering results [15],cluster ensemble or consensus clustering [9],clustering algorithms and extensions for particular type of data [16].Specific to the lattermost to which this research belongs,only a few studies have concentrated on clustering of mixed-type (numerical and nominal)data,as compared to the cases of numeric and nominal only counterparts.

        At present,the data mining community has encountered a challenge from large collections of mixed-type data like those collected from banking and health sectors: web/service access records and biological-clinical data.As for the domain of health care,microarray expressions and clinical details are available for cancer diagnosis [17].In response,a few clustering techniques have been introduced in the literature for this problem.Some simply transform the underlying mixed-type data to either numeric or nominal only format,with which conventional clustering algorithms can be reused.In particular to this view,k-means [18] is a typical alter-native for the numerical domain,while dSqueezer [19] that is an extension of Squeezer [20] has been investigated for the other.Other attempts focus on defining a distance metric that is effective for the evaluation of dissimilarity amongst data objects in a mixed-type dimensional space.These include different extensions of k-means,k-prototypes [21] and k-centers [22],respectively.

        Similar to most clustering methods,the aforementioned models are parameterized,thus achieving optimal performance may not be possible across diverse data collections.At large,there are two major challenges inherent to mixed-type clustering algorithms.First,different techniques discover different structures (e.g.,cluster size and shape) from the same set of data [23-25].For example,those extensions of k-means are suitable for spherical-shape clusters.This is due to the fact that each individual algorithm is designed to optimize a specific criterion.Second,a single clustering algorithm with different parameter settings can also reveal various structures on the same dataset.A specific setting may be good for a few,but less accurate on other datasets.

        A solution to this dilemma is to combine different clusterings into a single consensus clustering.This process,known as consensus clustering or cluster ensemble,has been reported to provide more robust and stable solutions across different problem domains and datasets [9,24].Among state-of-the-art approaches,link-based cluster ensemble or LCE [26,27] usually deliver accurate clustering results,with respect to both numerical and nominal domains.Given this insight,the paper introduces the extension of LCE to mixed-type data clustering,with contributions being summarized as follows.Firstly,a new extension of LCE that makes use of k-prototypes as base clusterings is proposed.In particular,the resulting models have been assessed on benchmark datasets,and compared to both groups of basic and ensemble clustering techniques.Experimental results point out that the proposed extension usually outperforms those included in this empirical study.Secondly,parameter analysis with respect to algorithmic variables of LCE is conducted and emphasized as a guideline for further studies and applications.The rest of this paper is organized as follows.To set the scene for this work,Section 2 presents existing methods to mixed-type data clustering.Following that,Section 3 introduces the proposed extension of LCE,including ensemble generation and estimation of link-based similarity.To perceive its performance,the empirical evaluation in Section 4 is conducted on benchmark data sets,with a rich collection of compared techniques.The paper is concluded in Section 5 with the direction of future research.

        2 Mixed-Type Data Clustering Methods

        Following the success in numerical and nominal domains,a line of research has emerged with the focus on clustering mixed-type data.One of initial attempts is the model of k-prototypes,which extends the classical k-means to clustering mixed numeric and categorical data [21].It makes use of a heterogeneous proximity function to assess the dissimilarity between data objects and cluster prototypes (i.e.,cluster centroids).While the Euclidean distance is exploited for numerical case,the nominal dissimilarity can be directly derived from the number of mismatches between nominal values.This distance function for mixed-type data requires different weights for the contribution of numericalvs.nominal attributes to avoid favoring either type of attribute.LetX={x1,...,xN}be a set ofNdata objects and eachxi∈Xis described byDattributes,whereD=Dn+Dc,i.e.,the total number of numerical (Dn) and nominal (Dc) attributes.The distance between an objectxi∈Xand a cluster prototypeis estimated by the following equation.

        whereδ(y,z)=0 ify=zand 1,otherwise.In addition,γis a weight for nominal attributes.A largeγsuggests that the clustering process favors the nominal attributes,while a small value ofγindicates that numerical attributes are emphasized.

        Besides the aforementioned,k-centers [22] is an extension of the k-prototypes algorithm.It focuses on the effect of attribute values with different frequencies on clustering accuracy.Unlike k-prototypes that selects nominal attribute values that appear most frequently as centroids,kcenters also takes into account other attribute values with low frequency on centroids.Based on this idea,a new dissimilarity measure is defined.Specifically,the Euclidean distance is used for numerical attributes,while the nominal dissimilarity is derived from the similarity between corresponding nominal attributes.Letxi∈Xbe a data object described byDnnumerical attributes andDcnominal attributes.The domain of nominal attributeAgis denoted by {ag(1),ag(2),...,ag(ng)},wherengis the number of attribute values ofAg.The definition of the distance between data objectxiand centroidis defined as follows.

        wheref(xig,={cpg(r)|xig=apg(r)}.The weight parametersβandγare for numerical and nominal attributes,respectively.According to [22],βis set to be 1 while a greater weight is given forγif nominal valued attributes are emphasised more or a smaller value forγotherwise.The new definition of centroids is also introduced.For numerical attributes,a centroid is represented by the mean of attribute values.For nominal attributeAg,g∈Dc,centroidis anngdimensional vector denoted as(cpg(1),cpg(2),...,cpg(nj)),wherecpg(r)can be defined by the next equation.

        wherenpg(r)denotes the number of data objects in thepth cluster with attribute valueag(r).Note that if attribute valueag(r)does not exist in thepth cluster,cpg(r)=0.The problem of selecting an appropriate clustering algorithm or parameter setting of any potential alternative has proven difficult,especially with a new set of data.In such a case where prior knowledge is generally minimal,the performance of any particular method is inherently uncertain.To obtain a more robust and accurate outcome,consensus clustering has been put forward and extensively investigated in the past decade.However,while a large number of cluster ensemble techniques for numerical data have been developed [24,26,28-35],there are very few studies that extend such a methodology to mixed-type data clustering.Specific to this subject,the cluster ensemble framework of [36] uses the pairwise similarity concept [24],which is originally designed for continuous data.Though this research area has received a little attention thus far,it is crucial to explore the true potential of cluster ensembles for such a problem.This motivates the present research,with the link-based framework being developed and evaluated herein.

        3 Link-Based Consensus Clustering for Mixed-Type Data

        This section presents the proposed framework of LCE for mixed-type data.It includes details of conceptual model,ensemble generation strategies,link-based similarity measures,and consensus function that is used to create the final clustering result,respectively.

        3.1 Problem Definition

        LCE approach has been initially introduced for gene expression data analysis [9].Unlike other methods,it explicitly models base clustering results as a link network from which the relations between and within these partitions can be obtained.In the current research,this consensusclustering model is uniquely extended for the problem of clustering mixed-type data,which can be formulated as follows.Let ∏={π1,...,πM}be a cluster ensemble withMbase clusterings,each of which returns a set of clusterssuch thatwherekgis the number of clusters in thegth clustering.For eachxi∈X,Cg(xi)denotes the cluster label in thegth base clustering to which data objectxibelongs,i.e.,Cg(xi)=′t′ifxi∈Cgt.The problem is to find a new partitionπ*={C*1,...,C*K},whereKdenotes the number of clusters in the final clustering result,of a data setXthat summarizes the information from the cluster ensemble ∏.

        3.2 LCE Framework for Mixed-Type Data Clustering

        The extended LCE framework for the clustering of mixed-type data involves three steps: (i)creating a cluster ensemble ∏,(ii) aggregating base clustering results,πg(shù)∈∏,g=1...M,into a meta-level data matrixRAl(withlbeing the link-based similarity measure used to deliver the matrix),and (iii) generating the final data partitionπ*using the spectral graph partitioning(SPEC) algorithm.See Fig.1 for the illustration of this framework.

        Figure 1:Framework of LCE extension to mixed-type data clustering

        3.2.1 Generating Cluster Ensemble

        The proposed framework is generalized such that it can be coupled with several different ensemble generation methods.As for the present study,the following four types of ensembles are investigated.Unlike the original work in which the classical k-means is used to form base clusterings,the extended LCE obtains an ensemble by applying k-prototypes to mixed-type data(see Fig.1 for details).Each base clustering is initialized with a random set of cluster prototypes.Also,the variableγof k-prototypes is arbitrarily selected from the set of {0.1,0.2,0.3,...,5}.

        Full-space+Fixed-k:Eachπg(shù)∈∏,is formed using data setX∈RN×Dwith allDattributes.The number of clusters in each base clustering is fixed toIntuitively,to obtain a meaningful partition,k becomes 50 if

        Full-space + Random-k: Eachπg(shù)is obtained using the data set with all attributes,and the number of clusters is randomly selected from the setNote that both ‘Fixed-k’and‘Random-k’generation strategies are initially introduced in the primary work of [30].

        Subspace+Fixed-k: Eachπg(shù)is created using the data set with a subset of original attributes,and the number of clusters is fixed toFollowing the study of [37] and [38],a data subspaceX′∈RN×D′is selected from the original dataX∈RN×D,whereDis the number of original attributes andD′<D.In particular,D′is randomly chosen by the following.

        whereα∈[0,1] is a uniform random variable.Besides,DminandDmaxare user-specified parameters,which have the default values of 0.75 and 0.85D,respectively.

        Subspace+Random-k: Eachπg(shù)is generated using the dataset with a subset of attributes,and the number of clusters is randomly selected from the set

        3.2.2 Summarizing Multiple Clustering Results

        Having obtained the ensemble ∏,the corresponding base clustering results are summarized into an information matrixRAl∈[0,1]N×P,from which the final data partitionπ*can be created.Note thatPdenotes the total number clusters in the ensemble under examination.For each clusteringπg(shù)∈∏and their corresponding clusters {Cg1,...,Cgkg},a matrix entryRAl(xi,cl)represents the association degree that data objectxi∈Xhas with each clustercl∈{Cg1,...,Cgkg},which can calculated by the next equation.

        whereCg*(xi)is a cluster label to which samplexihas been assigned.In addition,sim(Cx,Cy)∈[0,1] denotes the similarity between any two clustersCx,Cy∈πg(shù),which can be discovered using the link-based algorithmlpresented next.

        Weighted Connected-Triple (WCT) Algorithm:has been developed to evaluate the similarity between any pair of clustersCx,Cy∈∏.At the outset,the ensemble ∏is represented as a weighted graphG=(V,W),whereVis the set of vertices each representing a cluster in ∏andWis a set of weighted edges between clusters.The weight |wxy|∈[0,1] assigned to the edgewxy∈WbetweenCx,Cy∈V,is estimated by the next equation.

        whereLz?Xdenotes the set of data objects belonging to clusterCz∈∏.Note thatGis an undirected graph such that |wxy| is equivalent to |wyx|,?Cx,Cy∈V.The WCT algorithm is summarized in Fig.2.Following that,the similarity between clustersCxandCycan be estimated by the next equation.

        whereWCTmaxis the maximumWCTx′y′value of any two clustersCx′,Cy′∈VandDC∈[0,1]is a constant decay factor (i.e.,confidence level of accepting two non-identical clusters as being similar).With this link-based similarity metric,sim(Cx,Cy)∈[0,1] withsim(Cx,Cx)=1,?Cx∈V.It is also reflexive such thatsim(Cx,Cy)=sim(Cy,Cx).

        Figure 2:The summarization of WCT algorithm

        Weighted Triple-Quality(WTQ)Algorithm:WTQ is inspired by the initial measure of [39],as it discriminates the quality of shared triples between a pair of vertices in question.Specifically,the quality of each vertex is determined by the rarity of links connecting itself to other vertices in a network.With a weighted graphG=(V,W),the WTQ measure of verticesvx,vy∈Vwith respect to each centre of a triplevz∈V,is estimated by

        provided that

        hereNz?Vdenotes the set of vertices that is directly linked to the vertexvz,such that ?vt∈Nz,wzt∈W.A pseudocode for the WTQ measure is described in Fig.3.Following that,the similarity between clustersCxandCycan be estimated by

        whereWTQmaxis the maximumWTQx′y′ value of any two clusters andDC∈[0,1] is a decay factor.

        3.2.3 Creating Final Data Partition

        Having acquiredRAl,the spectral graph-partitioning (SPEC) algorithm [40] is used to create the final data partition.This technique is first introduced by [28] as part of the Hybrid Bipartite Graph Formation (HBGF) framework.In particular,SPEC is exploited to divide a bipartite graph,which is transformed from the matrixBA∈{0,1}N×P(a crisp variation ofRAl),intoKclusters.Given this insight,HBGF can be considered as the baseline model of LCE.The process of generating the final data partitionπ*from thisRAlmatrix is summarized as follows.At first,a weighted bipartite graphG′=(V′,W′)is constructed from the matrixRAl,whereV′=VX∪VCis a set of vertices representing both data objectsVXand clustersVC,andW′denotes a set of weighted edges.The weight |w′ij|of edgew′ijconnecting verticesvi,vj∈V′,can be defined by

        Figure 3:The summarization of WTQ algorithm

        · |w′ij|=0Z whenvi,vj∈VXorvi,vj∈VC.

        · Otherwise,|w′ij|=RAl(vi,vj)whenvi∈VXandvj∈VC.Note thatG′is bi-directional such that |w′ij|=|w′ji|.In other words,W′∈[0,1](N+P)×(N+P)can also be specified as

        After that,theKlargest eigenvectorsu1,u2,...,uKofW′are used to produce the matrixU=[u1u2...uK],in which the eigenvectors are stacked in columns.Then,another matrixU*∈[0,1](N+P)×Kis formed by normalizing each row ofUto have a unit length.By considering each row ofU*asK-dimensional embedding of a graph vertex or a sample in [0,1]K,k-means is finally used to generate the final partitionπ*={C*1,...,C*K}ofKclusters.

        4 Performance Evaluation

        To obtain a rigorous assessment of LCE for mixed-type data clustering,this section presents the framework that is systematically designed and employed for the performance evaluation.

        4.1 Investigated Datasets

        Five benchmark datasets obtained from the UCI repository [41] are included in this investigation,with Tab.1 giving their details.Abaloneconsists of 4,177 instances,where eight physical measurements are used to divide these data into 28 age groups of abalone.There is only one categorical attribute,while the rest are continuous.Acute Inflammationswas originally created by a medical expert to assess the decision support system,which performs the presumptive diagnosis of two diseases of urinary system: acute inflammations of urinary bladder and acute nephritises [42].There are 120 instances,each representing a potential patient with six symptom attributes (1 numerical and 5 categorical).Heart Diseasecontains 303 records of patients collected from Cleveland Clinic Foundation.Each data record is described by 13 attributes (5 numerical and 8 nominal) regarding heart disease diagnosis.This dataset is divided into two classes referring to the presence and absence of heart disease in the examined patients.Horse Colichas 368 data records of injured horses,each of which is described by 27 attributes (7 numerical and 19 nominal).These collected instances are categorized into two classes: ‘Yes’indicating that lesion is surgical and ‘No’otherwise.About 30% of the original are missing values.For simplicity,missing nominal values in this dataset are equally treated as a new nominal value.In the case of missing numerical values,mean of the corresponding attribute is used.Mammographic Massescontains mammogram data of 961 patient records collected at the Institute of Radiology of the University Erlangen-Nuremberg between 2003 and 2006.Five attributes used to describe each record are BI-RADS assessment,age and three BI-RADS attributes.This dataset possesses two class labels referring to the severity of a mammographic mass lesion: benign (516 instances) and malignant(445 instances).

        Table 1:Description of datasets: number of data points (N),attributes (D) and number of classes(K)

        4.2 Experimental Design

        This experiment aims to examine the quality of the LCEWCTand LCEWTQextensions of LCE for clustering mixed numeric and nominal data.For these extended models where k-prototypes is used for creating a cluster ensemble,the parameterγof this base clustering algorithm is randomly selected from {0.1,0.2,...,5}.The results with LCE models are compared against a large number of standard clustering techniques and advanced cluster ensemble approaches.At first,this includes three standard clustering algorithms: k-prototypes,k-centers,k-means (KM)and dSqueezer.Particularly,the weight parameterγis randomly selected from {0.1,0.2,...,5}for each run of k-prototypes and k-centers.In order to exploit k-means,a mixed-type dataset needs to be pre-processed such that each nominal attribute is transformed toβnew binary-value features,whereβis the corresponding number of nominal values.For the case of dSqueezer,each numerical data attribute has to be mapped to the corresponding categorical domain using the discretisation method explained by [19].The set of compared methods also contains twelve different cluster ensemble techniques that have been reported in the literature for their effectiveness in combining clustering results: four graph-based methods of HBGF [28],CSPA [32],HGPA [32]and MCLA [32];two pairwise-similarity based methods [24] of EAC-SL and EAC-AL;and six feature-based methods of IVC [43],MM [33],QMI [33],AGGF[29],AGGLSF[29] and AGGLSR[29].The experiment setting employed in this evaluation is exhibited below.Note that the performance of standard clustering algorithms is always assessed over the original data,without using any information of cluster ensembles.

        · Cluster ensemble methods are investigated using four different ensemble types: Full-space+ Fixed-k,Full-space + Random-k,Subspace + Fixed-k,and Sub-space + Random-k.

        · Ensemble size (M) of 10 base clusterings is experimented.

        · As in [24,28,29],each method divides data points into a partition ofK(the number of true classes for each dataset) clusters,which is then evaluated against the corresponding true partition.Note that,true classes are known for all datasetsbut are not explicitly used by the cluster ensemble process.They are only used to evaluate the quality of the clustering results.

        · The quality of each cluster ensemble method with respect to a specific ensemble setting is generalized as the average of 50 runs.Based on the central limit theorem(CLT),the observed statistics in a controlled experiment can be justified to the normal distribution [43].

        · The constant decay factor (DC) of 0.9 is exploited with WCT and WTQ algorithms.

        4.3 Performance Measurements and Comparison

        Provided that the external class labels are available for all experimented datasets,the results of final clustering are evaluated using the validity index of Normalized Mutual Information(NMI) introduced by [32].Other quality measures such as Classification Accuracy (CA;[44]) and Adjusted Rand Index (AR;[45]) can be similarly used.However,unlike other criteria,NMIis not biased by a large number of clusters,thus providing a reliable conclusion.This also simplifies the magnitude of evaluation results and their comprehension.This quality index measures the average mutual information (i.e.,the degree of agreement) between two data partitions.One is obtained from a clustering algorithm (π*) while the other is taken from a priori information,i.e.,known class labels (∏′).WithNMI∈[0,1],the maximum value indicates that the clustering result and the original classes completely match.Given the two data partitions ofKclusters andK′classes,NMIis computed by the following equation.

        whereni,jis the number of data objects agreed by clusteriand classj,niis the number of data objects in clusteri,mjis the number of data objects in classjandNis the total number of data objects.To compare the performance of different cluster ensemble methods,the overall quality measure for a specific experiment setting (i.e.,dataset and ensemble type) is obtained as the average ofNMIvalues across 50 trials.These method-specific means may be used for the comparison purpose only to a certain extent.To achieve a more reliable assessment,the number of times (or frequencies) that one technique is ‘significantly better’and ‘significantly worse’(of 95% confidence level) than the others are considered here.This comparison method has been successfully exploited by [9] and [46] to discover trustworthy conclusions from the results generated by different cluster ensemble approaches.Based on these,it is useful to compare the frequencies of better (B) and worse (W) performance between methods.The overall measure (B-W) is also used as a summarization.

        4.4 Experimental Results

        Fig.4 shows the overall performance of different clustering methods,as the averageNMImeasure across all investigated datasets and ensemble types.Based on this,LCEWCTand LCEWTQare similarly more effective than their baseline model (i.e.,HBGF),whilst significantly improve the quality of data partitions acquired by base clusterings,i.e.,k-prototypes.Their performance levels are also better than other cluster ensemble methods and standard clustering algorithms included in this evaluation.Note that CSPA and k-means are the most accurate amongst the aforementioned two groups of compared methods.In addition,featurebased approaches such as QMI and IVC are unfortunately incapable of enhancing the accuracy of base clustering results.Dataset-specific results are given in Tabs.A to E ofSupplementary(https://drive.google.com/file/d/1I62X5LTDQ_u6feFx57tW9oqwDLtfu4eH/view?usp=sharing).

        Figure 4:performance of different clustering methods,averaged across five datasets and four ensemble types.Note that each error bar represents the standard deviation of the corresponding average

        To further evaluate the quality of identified techniques,the number of times (or frequency)that one method is significantly better and worse (of 95% confidence level) than the others are assessed across all experimented datasets and ensemble types.Tabs.2 and 3 present for each method the frequencies of significant better (B) and significant worse (W) performance,respectively.According to the frequencies shown in Tab.2,LCEWCTand LCEWTQperform equally well on most of the examined datasets.EAC-AL is exceptionally effective on ‘Abalone’data,while the three graph-based approaches of CSPA,HGPA and MCLA are of good quality with‘Heart Disease’and ‘Horse Colic’.Note that k-means and k-prototypes are the best amongst basic clustering techniques.It is also interesting to see that the better-performance statistics of feature-based approaches are usually lower than those of standard clusterings considered here.These findings can be similarly observed in Tab.3,which illustrates the frequencies of worse performance (W).In this specific evaluation context,k-means is notably effective for most datasets and outperforms many graph-based and pairwise-similarity based cluster ensemble methods.

        Besides,the relations between performance of experimented cluster ensemble methods with respect to different ensemble types are also examined for this experiment: Full-space + Fixed-k,Full-space + Random-k,Subspace + Fixed-k,and Subspace + Random-k.Specifically,Fig.5 shows the averageNMImeasures of different approaches across datasets.According to this statistical illustration,LCEWCTand LCEWTQare more effective than other techniques across different ensemble types,with their best performance being obtained with ‘Subspace + Fixed-k’.HBGF and three graph-based approaches (CSPA,HGPA and MCLA) are also more effective on Subspace ensemble types,as compared to the Full-space alternatives.While both ‘Fixed-k’and‘Random-k’strategies equally lead to good performance of link-based techniques,feature-based and pair-wise similarity based methods perform better using the latter.

        Table 2:Number of times that one method performs significantly better than others,summarized across five datasets and four types of ensemble.The best two per dataset are highlighted in boldface

        Table 3:Number of times that one method performs significantly worse than others,summarized across five datasets and four types of ensemble.The best two per dataset are highlighted in boldface

        Table 3:Continued

        Figure 5:Performance of clustering methods,categorized by four ensemble types

        The quality of LCEWCTand LCEWTQwith respect to the perturbation ofDCandMparameters is also studied for the clustering of mixed-type data.Fig.6 presents the relation between different values ofDC∈{0.1,...,0.9} and the quality of data partitions generated by both LCE methods-the averageNMImeasure across all ensemble types,whereMis fixed to 10 for comparison simplicity.In general,the performance of LCEWCTand LCEWTQgradually improve as the value ofDCincreases.Another parameter to be assessed is the ensemble size (M).Fig.7 shows the association between the performance of various techniques and different values ofM∈{10,20,...,100}.Both LCE methods perform consistently better than their baseline model competitors across different ensemble sizes,where the decay factor (DC) is fixed to 0.9 for simplicity.Their performance levels also incline with the increasing ensemble size.

        Figure 6:Relations between DC ∈{0.1,0.2,...,0.9} and performance of LCE methods (averages of NMI over four ensemble types for each dataset).Measure of HBGF is also included for a comparison

        Figure 7:Relations between M ∈{10,20,...,100} and performance of LCE methods (presented as the averages of NMI over four ensemble types for each dataset)

        5 Conclusion

        This paper has presented the novel extension of link-based consensus clustering to mixed-type data analysis.The resulting models have been rigorously evaluated on benchmark datasets,using several ensemble types.The comparison results against different standard clustering algorithms and a large set of well-known cluster ensemble methods show that the link-based techniques usually provide solutions of higher quality than those obtained by competitors.Furthermore,the investigation of their behavior with respect to the perturbation of algorithmic parameters also suggests the robust performance.Such a characteristic makes link-based cluster ensembles highly useful for the exploration and analysis of a new set of mixed-type data,where prior knowledge is minimal.Because of its scope,there are many possibilities for extending the current research.Firstly,other link-based similarity measures may be explored.As more information within a link network is exploited,link-based cluster ensembles are likely to be more accurate(see the relevant findings in the initial work [30,31],where the use of SimRank and its variants is examined).However,it is important to note that such modification is more resource intensive and less accurate in a noisy environment than the present setting.Secondly,performance of linkbased cluster ensembles may be further improved using an adaptive decay factor (DC),which is determined from the dataset under examination.

        The diversity of cluster ensembles has a positive effect on the performance of the link-based approach.It is interesting to observe the behavior of the proposed models to new ensemble generation strategies,e.g.,the random forest method for clustering [47],which may impose a higher diversity amongst base clusterings.Another non-trivial topic is related to the determination of ensemble components’significance.This discrimination or selection process usually leads to a better outcome.The coupling of such a mechanism with the link-based cluster ensembles is to be further studied.Despite its performance,the consensus function of spectral graph partitioning(SPEC) can be inefficient with a large RA matrix.This can be overcome through the approximation of eigenvectors required by SPEC.As a result,the time complexity becomes linear to the matrix size,but with possible information loss.A better alternative has been introduced by [48]via the notion of Power Iteration Clustering (PIC).It does not actually find eigenvectors but discovers interesting instances of their combinations.As a result,it is very fast and has proven more effective than the conventional SPEC.The application of PIC as a consensus function of link-based cluster ensembles is a crucial step towards making the proposed approach truly effective in terms of run-time and quality.Other possible future works include the use of proposed method to support accurate clusterings for fuzzy reasoning [49],handling of data with missing values [50]and data discretization [51].

        Acknowledgement: This research work is partly supported by Mae Fah Luang University and Newton Institutional Links 2020-21 project (British Council and National Research Council of Thailand).

        Funding Statement: This work is funded by Newton Institutional Links 2020-21 project:623718881,jointly by British Council and National Research Council of Thailand (www.british council.org).The first author is the project PI with the other participating as a Co-I.

        Conflicts of Interest: There is no conflict of interest to report regarding the present study.

        日韩av中文字幕一卡二卡| 亚洲国产cao| 人妻少妇喷水意淫诱惑| 护士人妻hd中文字幕| 放荡的少妇2欧美版| 一本色道av久久精品+网站| 国产精品久久婷婷婷婷| 婷婷久久亚洲中文字幕| 国产亚洲精品美女久久久m| 永久免费的av在线电影网无码| 国产国拍亚洲精品福利| 亚洲啪啪色婷婷一区二区| 亚洲爆乳精品无码一区二区三区| 97午夜理论片在线影院| 香蕉亚洲欧洲在线一区| 国产激情综合五月久久| 欧美成人猛交69| 二区三区视频| 少妇久久高潮不断免费视频| 日本一区二区三级在线观看| 人妻精品动漫h无码网站| 久久精品国产亚洲一区二区| 美女一区二区三区在线视频| 国产综合色在线视频区| 女人与牲口性恔配视频免费| 亚洲av高清资源在线观看三区 | 中文字幕av久久亚洲精品| 亚洲av成人一区二区三区| 免费国产一级片内射老| 午夜免费观看一区二区三区| 国产乱人伦av在线a麻豆| 日韩毛片基地一区二区三区| 亚洲日本一区二区在线观看| 亚洲av久播在线一区二区| 欧美大屁股xxxxhd黑色| 久久国产精品99精品国产987| 人妻中文字幕一区二区视频 | 中文字幕熟妇人妻在线视频| 国产亚洲日韩AV在线播放不卡| 久久国产精品婷婷激情| 777午夜精品免费观看|