首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 46 毫秒
1.
Since the definition of attribute reduction based on classic discernibility matrix differs from that of it based on positive region, a new simplified discernibility matrix and the corresponding definition of attribute reduction were proposed. At the same time, it proves that the proposed definition is identical to its definition based on positive region. For computing simplified discernibility matrix, the indiscernibility relation, which is also called equivalence relation, should usually be calculated at first, so a new algorithm for computing equivalence relation was designed with radix sorting, whose temporal complexity is O(|C||U|). Furthermore, an efficient attribute reduction algorithm is proposed, whose temporal complexity and spatial complexity are cut down to max(O(|C|2|U pos ||U′|,O(|U||C|)) and max(O(|C||U pos ||U′|,O(|U|)) respectively. At last, an example is used to illustrate efficiency of the new algorithms.  相似文献   

2.
Directed Graph Pattern Matching and Topological Embedding   总被引:1,自引:0,他引:1  
Pattern matching in directed graphs is a natural extension of pattern matching in trees and has many applications to different areas. In this paper, we study several pattern matching problems in ordered labeled directed graphs. For the rooted directed graph pattern matching problem, we present an efficient algorithm which, given a pattern graphPand a target graphT, runs in time and spaceO(|EP| |VT| + |ET|). It is faster than the best known method by a factor ofmin{|ET|, |EP| |VT|}. This algorithm can also solve the directed graph pattern matching problem without increasing time or space complexity. Our solution to this problem outperforms the best existing method by Katzenelson, Pinter and Schenfeld by a factor ofmin{|VP| |ET|, |VP| |EP| |VT|}. We also present an algorithm for the directed graph topological embedding problem which runs in timeO(|VP| |ET| + |EP|) and spaceO(|VP| |VT| + |EP| + |ET|). To our knowledge, this algorithm is the first one for this problem.  相似文献   

3.
Let F be a Banach space with a sufficiently smooth norm. Let (Xi)in be a sequence in LF2, and T be a Gaussian random variable T which has the same covariance as X = ΣinXi. Assume that there exists a constant G such that for s, δ≥0, we have P(sTs+δ)Gδ. (*) We then give explicit bounds of Δ(X) = supi|P(|X|≤t)−P(|T|≤t)| in terms of truncated moments of the variables Xi. These bounds hold under rather mild weak dependence conditions of the variables. We also construct a Gaussian random variable that violates (*).  相似文献   

4.
It is shown that ifA andB are non-empty subsets of {0, 1} n (for somenεN) then |A+B|≧(|A||B|)α where α=(1/2) log2 3 here and in what follows. In particular if |A|=2 n-1 then |A+A|≧3 n-1 which anwers a question of Brown and Moran. It is also shown that if |A| = 2 n-1 then |A+A|=3 n-1 if and only if the points ofA lie on a hyperplane inn-dimensions. Necessary and sufficient conditions are also given for |A +B|=(|A||B|)α. The above results imply the following improvement of a result of Talagrand [7]: ifX andY are compact subsets ofK (the Cantor set) withm(X),m(Y)>0 then λ(X+Y)≧2(m(X)m(Y))α wherem is the usual measure onK and λ is Lebesgue measure. This also answers a question of Moran (in more precise terms) showing thatm is not concentrated on any proper Raikov system.  相似文献   

5.
The ordered tree-to-tree correction problem is to compute the minimum edit cost of transforming one ordered tree to another one. This paper presents a new algorithm for this problem. Given two ordered trees S and T, our algorithm runs in O(|S| |T| + min { 2S|T| + 2.5S T, 2T|S| + 2.5T S) time, where S denotes the number of leaves of S and S denotes the depth of S. The previous best algorithms for this problem run in O(|S| |T| min { S, S} min { T, T}) time (K. Zhang and D. Shasha, SIAM J. Comput.18, No. 6 (1989), 1245–1262) and in O(min {|S|2|T| log2 |T|, |T|2|S| log2 |S|}) time (P. N. Klein, in “Algorithms—ESA'98, 6th Annual European Symposium” (G. Bilardi, G. F. Italiano, A. Pietracaprina, and G. Pucci, Eds.), Lecture Notes in Computer Science, Vol. 1461, pp. 91–102, Springer-Verlag, Berlin/New York, 1998). As a comparison, our algorithm is asymptotically faster for certain kind of trees.  相似文献   

6.
Let X = X 1 ... X n and Y = Y 1 ... Y n be two binary sequences with length n. A common subsequence of X and Y is any subsequence of X that at the same time is a subsequence of Y; The common subsequence with maximal length is called the longest common subsequence (LCS) of X and Y. LCS is a common tool for measuring the closeness of X and Y. In this note, we consider the case when X and Y are both i.i.d. Bernoulli sequences with the parameters ϵ and 1 − ϵ, respectively. Hence, typically the sequences consist of large and short blocks of different colors. This gives an idea to the so-called block-by-block alignment, where the short blocks in one sequence are matched to the long blocks of the same color in another sequence. Such and alignment is not necessarily a LCS, but it is computationally easy to obtain and, therefore, of practical interest. We investigate the asymptotical properties of several block-by-block type of alignments. The paper ends with the simulation study, where the of block-by-block type of alignments are compared with the LCS.  相似文献   

7.
In this paper, we study the global existence, L estimates and decay estimates of solutions for the quasilinear parabolic system ut = div (|∇ u|mu) + f(u, v), vt = div (|∇ v|mv) + g(u,v) with zero Dirichlet boundary condition in a bounded domain Ω ⊂ RN. In particular, we find a critical value for the existence and nonexistence of global solutions to the equation ut = div (|∇ u|mu) + λ |u|α - 1 u.  相似文献   

8.
In this paper, we consider the problem of computing the region visible to a query point located in a given polygonal domain. The polygonal domain is specified by a simple polygon with m holes and a total of n vertices. We provide two bounds on the complexity of this problem. One approach constructs a data structure with space complexity O(n2) in time O(n2lgn) and yields a query time of O((1+min(m,|V(q)|))lg2n+m+|V(q)|). Here, V(q) represents the set of vertices of the visibility polygon of a query point q, and |E| denotes the number of edges in the visibility graph. The other approach provides a data structure with space complexity O(min(|E|,mn)+n) in time O(T+|E|+nlgn) with the query time of O(|V(q)|lgn+m). Here, T is the time to triangulate the given polygonal region (which is O(n+mlg1+m) for a small positive constant >0). In both of these approaches, O(m) additive factor in the query time is eliminated with an additional O((min(|E|,mn))2) space and an additional O(m(min(|E|,mn))2) preprocessing time.  相似文献   

9.
Under some mild conditions, we establish a strong Bahadur representation of a general class of nonparametric local linear M-estimators for mixing processes on a random field. If the socalled optimal bandwidth hn = O(|n|^-1/5), n ∈ Z^d, is chosen, then the remainder rates in the Bahadur representation for the local M-estimators of the regression function and its derivative are of order O(|n|^-4/5 log |n|). Moreover, we derive some asymptotic properties for the nonparametric local linear M-estimators as applications of our result.  相似文献   

10.
This paper generalizes the dynamic text indexing problem, introduced in [15], to insertion and deletion of strings. The problem is to quickly answer on-line queries about the occurrences of arbitrary pattern strings in a text that may change due to insertion or deletion of strings from it. To treat strings as atomic objects, we provide new sequential techniques and related data structures, which combine the suffix tree with the naming technique used in parallel computation on strings. We also introduce a geometric interpretation of the problem of finding the occurrences of a pattern in a given substring of the text. As a result, the algorithm allows the insertion in the text of a stringSinO(|S| log(n + |S|)) amortized time, and the deletion from the text of a stringSinO(|S| log n) amortized time, wherenis the length of the current text. A pattern search requiresO(p log p + upd ( + log p) + pocc) worst-case time, wherepis the length of the pattern andpoccis the number of its occurrences in the current text, obtained after the execution ofupdupdate operations. This solution requiresO(n2 log n) space, which is not initialized.We also provide a technique to reduce the space toO(n log n), yielding a solution that requiresO((p + upd) log p + pocc) query time in the worst-case,O(|S| log3/2(|S| + n)) amortized time to insert a stringSin, andO(|S| log3/2n) amortized time to delete a stringSfrom the current text.Furthermore, we use our techniques to solve the novel on-line dynamic tree matching problem that requires the on-line detection of the occurrences of an arbitrary subtree in a forest of ordered labeled trees. The forest may change due to insertion or deletion of subtrees or by renaming of some nodes. Such a problem is solved by a simple reduction to the dynamic text indexing problem.  相似文献   

11.
We prove for an arbitrary random walk in R1 with independent increments that the probability of crossing a level at a given time n is O(n−1/2). Moment or symmetry assumptions are not necessary. In removing symmetry the (sharp) inequality P(|X+Y|?1)<2P(|XY|?1) for independent identically distributed X,Y is used. In part II we shall discuss the connection of this result to ‘polygonal recurrence’ of higher-dimensional walks and some conjectures on directionally reinforced random walks in the sense of Mauldin, Monticino and von Weizsäcker [R.D. Mauldin, M. Monticino, H. von Weizsäcker, Directionally reinforced random walks, Adv. Math. 117 (1996) 239-252. [5]].  相似文献   

12.
We consider Las Vegas randomized dynamic algorithms for on-line connectivity problems with deletions only. In particular, we show that starting from a graph with m edges and n nodes, we can maintain a spanning forest during m deletions in O(m log(n2/m) + n(log n)3(log log n)2) expected time, which is O(m) if m = Θ(n2) and O(m log n) if m = Ω(n(log n log log n)2). The deletions may be interspersed with connectivity queries, each of which is answered in constant time. The previous best bound was O(m log2 n) by Henzinger and Thorup which covered both insertions and deletions. The result is based on a general randomized reduction for edge connectivity problems of many deletions-only queries to a few deletions and insertions queries. For 2-edge connectivity, the complexity is improved from O(m(log n)5) to O(m log(n2/m) + n(log n)6(log log n)2). For the general decremental k-edge-connectivity problem, we get a total running time of O(k2n2 polylog n). Here the previous best bound was O(kmn polylog n). Improved running times are also achieved for the static consensus tree problem, with applications to computational biology and relational data bases.  相似文献   

13.
Letu be a function harmonic in the unit disc or in the plane, and letu(z)M(|z|) for a majorantM. We formulate conditions onM that guarantee thatu(z)≥−(1+o(1))M(|z|) for |z|→1 in the disc and for |z|→∞ in the plane.  相似文献   

14.
Let (X, Y), (X1, Y1), …, (Xn, Yn) be i.d.d. Rr × R-valued random vectors with E|Y| < ∞, and let Qn(x) be a kernel estimate of the regression function Q(x) = E(Y|X = x). In this paper, we establish an exponential bound of the mean deviation between Qn(x) and Q(x) given the training sample Zn = (X1, Y1, …, Xn, Yn), under conditions as weak as possible.  相似文献   

15.
Let (X, Y) be an d × -valued random vector and let (X1, Y1),…,(XN, YN) be a random sample drawn from its distribution. Divide the data sequence into disjoint blocks of length l1, …, ln, find the nearest neighbor to X in each block and call the corresponding couple (Xi*, Yi*). It is shown that the estimate mn(X) = Σi = 1n wniYi*i = 1n wni of m(X) = E{Y|X} satisfies E{|mn(X) − m(X)|p} 0 (p ≥ 1) whenever E{|Y|p} < ∞, ln ∞, and the triangular array of positive weights {wni} satisfies supinwnii = 1n wni 0. No other restrictions are put on the distribution of (X, Y). Also, some distribution-free results for the strong convergence of E{|mn(X) − m(X)|p|X1, Y1,…, XN, YN} to zero are included. Finally, an application to the discrimination problem is considered, and a discrimination rule is exhibited and shown to be strongly Bayes risk consistent for all distributions.  相似文献   

16.
Given G = (V, E) a connected undirected graph and a positive integer β(|V|), the vertex separator problem is to find a partition of V into no-empty three classes A, B, C such that there is no edge between A and B, max{|A|, |B|} ≤ β(|V|) and |C| is minimum. In this paper we consider the vertex separator problem from a polyhedral point of view. We introduce new classes of valid inequalities for the associated polyhedron. Using a natural lower bound for the optimal solution, we present successful computational experiments.  相似文献   

17.
For the spin glass system the solutions, u = νΦ and u = νx/|x| are considered, where ν is a scalar function and Φε?3 is constant. For a system originating from the spin glass one, a solution u = tan[q(|x|/t)]x/|x| is considered.  相似文献   

18.
Let X1,…, Xn be i.i.d. random variables symmetric about zero. Let Ri(t) be the rank of |Xitn−1/2| among |X1tn−1/2|,…, |Xntn−1/2| and Tn(t) = Σi = 1nφ((n + 1)−1Ri(t))sign(Xitn−1/2). We show that there exists a sequence of random variables Vn such that sup0 ≤ t ≤ 1 |Tn(t) − Tn(0) − tVn| → 0 in probability, as n → ∞. Vn is asymptotically normal.  相似文献   

19.
LetX,Ybe two separable Banach spaces and letVXandWYbe finite dimensional subspaces. Suppose thatVSX,WZYand letM (S, V),N (Z, W). We will prove that ifαis a reasonable, uniform crossnorm onXYthenλMN(VαW,XαY)=λM(V, X) λN(W, Y).Here for any Banach spaceX,VSXandM (S, V)

Also some applications of the above mentioned result will be presented.  相似文献   

20.
In this paper we consider the problem of finding a minimum cost mapping between two unordered trees which induces a graph with a minimum number of connected components. The proposed algorithm is based on the generalization of an algorithm for computing an edit distance between trees, and it solves the stated problem in sequential time precisely in O(|T1|×|T2|×(degT1+degT2)×log2(degT1+degT2)).  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号