There are two critical questions in the Wu-Huberman algorithm: one is picking two poles and the other is setting the threshold. By further studying the two questions, we present a method that makes the discovery of co...
详细信息
In the grid environment, there are a large number of grid resources scheduling algorithms. According to the existing Min-Min scheduling algorithm in uneven load, and low resource utilization rate, we put forward LoBa-...
详细信息
In the high-dimensional data traditional clustering algorithms tend to break down because of the curse of dimensionality, high cost of time, etc. This paper proposes a novel algorithm AReSUBCLU, an Effective Subspace ...
详细信息
In order to effectively eliminate outliers and noise points in 3D scattered point cloud, a denoising smoothing algorithm which is the combination of removing outliers algorithm and trilateral filter is proposed. This ...
详细信息
We present a new GPU scheme for real-time simulation in large-scale water environments with physics-based object interaction. To improve the simulation efficiency, we divide surface waves into ambient waves and intera...
详细信息
Occlusion avoidance is a more challenging problem in visual field. An occlusion avoidance approach based on depth image of visual object is proposed in this paper. Firstly, the occlusion detection is implemented for t...
详细信息
Current issues with neuromorphic visual-tactile perception include limited training network representation and inadequate cross-modal fusion. To address these two issues, we proposed a dual network called visual-tacti...
详细信息
Previous key path mining algorithms have high computation complexity in the whole software executing network. But the network can be clustered into modules to find key paths in the module. If simplified strategy, weig...
详细信息
Recently, query processing based on uncertain data is becoming research focuses. Cluster-based superseding nearest neighbor (CSNN) query algorithm on uncertain data is proposed in this paper. We divide the instances o...
详细信息
Recently, query processing based on uncertain data is becoming research focuses. Cluster-based superseding nearest neighbor (CSNN) query algorithm on uncertain data is proposed in this paper. We divide the instances of each object into k clusters by applying the clustering algorithm k-means, and then store these clustered objects in R-tree like index structures. Ranked list will be retrieved through traversing R-tree, which could include instances, clusters, or objects. While unfolding the ranked list, the superseding graph G will be constructed gradually based on the superseding relationship. The final result sets will be found through pruning and validating the superseding graph G. Finally, the experimental results show that the algorithm is efficient and effective.
The set of frequent closed itemsets is much smaller than the one of all frequent itemsets. Meanwhile it retains the completeness. In this paper, we propose an ITBitree-based algorithm, called ITBitreeFCIM (ITBitree Fr...
详细信息
The set of frequent closed itemsets is much smaller than the one of all frequent itemsets. Meanwhile it retains the completeness. In this paper, we propose an ITBitree-based algorithm, called ITBitreeFCIM (ITBitree Frequent Closed Itemsets Miner), for mining the frequent closed itemsets directly. A novel structure termed ITBitree (Itemset Tidset Binary Tree) is defined to store the transaction and itemset information. Frequent closed itemsets are generated directly by searching the right nodes in each layer and the right nodes in their respective search space deeply from this tree using top-down strategy. For the items with same support in the adjacent layers or the items with the same Tids, we use item merging technique to prune the search space. The searched space is used to avoid the generation of duplicates and enormous closure checks. In the process we do not need to check whether a candidate itemset is closed, so we save a lot of time. The experiment proofs the efficiency of the proposed approach.
暂无评论