908 resultados para Maximal Sets


Relevância:

100.00% 100.00%

Publicador:

Resumo:

In this article, we prove that there exists a maximal set of m Hamilton cycles in K-n,K-n if and only if n/4 < m less than or equal to n/2. (C) 2000 John Wiley & Sons, Inc.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

As age-diagnostic fossils are rare in the Middle to Upper Jurassic sedimentary succession of Gebel Maghara, North Sinai, Egypt, and in order to ensure maximal stratigraphic resolution, chronostratigraphic boundaries were determined based on quantitative biostratigraphy. A data matrix comprising 231 macrofaunal taxa in 93 samples from four sections has been processed with the Unitary Association (UA) Method. This led to construction of a sequence of 29 UAs (maximal sets of actually or virtually coexisting taxa), which have been grouped into 14 laterally reproducible association zones. The UA method allowed an in-depth analysis of the stratigraphically conflicting taxa, enabled the biostratigraphic subdivision of the studied interval, and also provided stratigraphic correlation among the measured sections and with the Tethyan ammonite zones.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Los hipergrafos dirigidos se han empleado en problemas relacionados con lógica proposicional, bases de datos relacionales, linguística computacional y aprendizaje automático. Los hipergrafos dirigidos han sido también utilizados como alternativa a los grafos (bipartitos) dirigidos para facilitar el estudio de las interacciones entre componentes de sistemas complejos que no pueden ser fácilmente modelados usando exclusivamente relaciones binarias. En este contexto, este tipo de representación es conocida como hiper-redes. Un hipergrafo dirigido es una generalización de un grafo dirigido especialmente adecuado para la representación de relaciones de muchos a muchos. Mientras que una arista en un grafo dirigido define una relación entre dos de sus nodos, una hiperarista en un hipergrafo dirigido define una relación entre dos conjuntos de sus nodos. La conexión fuerte es una relación de equivalencia que divide el conjunto de nodos de un hipergrafo dirigido en particiones y cada partición define una clase de equivalencia conocida como componente fuertemente conexo. El estudio de los componentes fuertemente conexos de un hipergrafo dirigido puede ayudar a conseguir una mejor comprensión de la estructura de este tipo de hipergrafos cuando su tamaño es considerable. En el caso de grafo dirigidos, existen algoritmos muy eficientes para el cálculo de los componentes fuertemente conexos en grafos de gran tamaño. Gracias a estos algoritmos, se ha podido averiguar que la estructura de la WWW tiene forma de “pajarita”, donde más del 70% del los nodos están distribuidos en tres grandes conjuntos y uno de ellos es un componente fuertemente conexo. Este tipo de estructura ha sido también observada en redes complejas en otras áreas como la biología. Estudios de naturaleza similar no han podido ser realizados en hipergrafos dirigidos porque no existe algoritmos capaces de calcular los componentes fuertemente conexos de este tipo de hipergrafos. En esta tesis doctoral, hemos investigado como calcular los componentes fuertemente conexos de un hipergrafo dirigido. En concreto, hemos desarrollado dos algoritmos para este problema y hemos determinado que son correctos y cuál es su complejidad computacional. Ambos algoritmos han sido evaluados empíricamente para comparar sus tiempos de ejecución. Para la evaluación, hemos producido una selección de hipergrafos dirigidos generados de forma aleatoria inspirados en modelos muy conocidos de grafos aleatorios como Erdos-Renyi, Newman-Watts-Strogatz and Barabasi-Albert. Varias optimizaciones para ambos algoritmos han sido implementadas y analizadas en la tesis. En concreto, colapsar los componentes fuertemente conexos del grafo dirigido que se puede construir eliminando ciertas hiperaristas complejas del hipergrafo dirigido original, mejora notablemente los tiempos de ejecucion de los algoritmos para varios de los hipergrafos utilizados en la evaluación. Aparte de los ejemplos de aplicación mencionados anteriormente, los hipergrafos dirigidos han sido también empleados en el área de representación de conocimiento. En concreto, este tipo de hipergrafos se han usado para el cálculo de módulos de ontologías. Una ontología puede ser definida como un conjunto de axiomas que especifican formalmente un conjunto de símbolos y sus relaciones, mientras que un modulo puede ser entendido como un subconjunto de axiomas de la ontología que recoge todo el conocimiento que almacena la ontología sobre un conjunto especifico de símbolos y sus relaciones. En la tesis nos hemos centrado solamente en módulos que han sido calculados usando la técnica de localidad sintáctica. Debido a que las ontologías pueden ser muy grandes, el cálculo de módulos puede facilitar las tareas de re-utilización y mantenimiento de dichas ontologías. Sin embargo, analizar todos los posibles módulos de una ontología es, en general, muy costoso porque el numero de módulos crece de forma exponencial con respecto al número de símbolos y de axiomas de la ontología. Afortunadamente, los axiomas de una ontología pueden ser divididos en particiones conocidas como átomos. Cada átomo representa un conjunto máximo de axiomas que siempre aparecen juntos en un modulo. La decomposición atómica de una ontología es definida como un grafo dirigido de tal forma que cada nodo del grafo corresponde con un átomo y cada arista define una dependencia entre una pareja de átomos. En esta tesis introducimos el concepto de“axiom dependency hypergraph” que generaliza el concepto de descomposición atómica de una ontología. Un modulo en una ontología correspondería con un componente conexo en este tipo de hipergrafos y un átomo de una ontología con un componente fuertemente conexo. Hemos adaptado la implementación de nuestros algoritmos para que funcionen también con axiom dependency hypergraphs y poder de esa forma calcular los átomos de una ontología. Para demostrar la viabilidad de esta idea, hemos incorporado nuestros algoritmos en una aplicación que hemos desarrollado para la extracción de módulos y la descomposición atómica de ontologías. A la aplicación la hemos llamado HyS y hemos estudiado sus tiempos de ejecución usando una selección de ontologías muy conocidas del área biomédica, la mayoría disponibles en el portal de Internet NCBO. Los resultados de la evaluación muestran que los tiempos de ejecución de HyS son mucho mejores que las aplicaciones más rápidas conocidas. ABSTRACT Directed hypergraphs are an intuitive modelling formalism that have been used in problems related to propositional logic, relational databases, computational linguistic and machine learning. Directed hypergraphs are also presented as an alternative to directed (bipartite) graphs to facilitate the study of the interactions between components of complex systems that cannot naturally be modelled as binary relations. In this context, they are known as hyper-networks. A directed hypergraph is a generalization of a directed graph suitable for representing many-to-many relationships. While an edge in a directed graph defines a relation between two nodes of the graph, a hyperedge in a directed hypergraph defines a relation between two sets of nodes. Strong-connectivity is an equivalence relation that induces a partition of the set of nodes of a directed hypergraph into strongly-connected components. These components can be collapsed into single nodes. As result, the size of the original hypergraph can significantly be reduced if the strongly-connected components have many nodes. This approach might contribute to better understand how the nodes of a hypergraph are connected, in particular when the hypergraphs are large. In the case of directed graphs, there are efficient algorithms that can be used to compute the strongly-connected components of large graphs. For instance, it has been shown that the macroscopic structure of the World Wide Web can be represented as a “bow-tie” diagram where more than 70% of the nodes are distributed into three large sets and one of these sets is a large strongly-connected component. This particular structure has been also observed in complex networks in other fields such as, e.g., biology. Similar studies cannot be conducted in a directed hypergraph because there does not exist any algorithm for computing the strongly-connected components of the hypergraph. In this thesis, we investigate ways to compute the strongly-connected components of directed hypergraphs. We present two new algorithms and we show their correctness and computational complexity. One of these algorithms is inspired by Tarjan’s algorithm for directed graphs. The second algorithm follows a simple approach to compute the stronglyconnected components. This approach is based on the fact that two nodes of a graph that are strongly-connected can also reach the same nodes. In other words, the connected component of each node is the same. Both algorithms are empirically evaluated to compare their performances. To this end, we have produced a selection of random directed hypergraphs inspired by existent and well-known random graphs models like Erd˝os-Renyi and Newman-Watts-Strogatz. Besides the application examples that we mentioned earlier, directed hypergraphs have also been employed in the field of knowledge representation. In particular, they have been used to compute the modules of an ontology. An ontology is defined as a collection of axioms that provides a formal specification of a set of terms and their relationships; and a module is a subset of an ontology that completely captures the meaning of certain terms as defined in the ontology. In particular, we focus on the modules computed using the notion of syntactic locality. As ontologies can be very large, the computation of modules facilitates the reuse and maintenance of these ontologies. Analysing all modules of an ontology, however, is in general not feasible as the number of modules grows exponentially in the number of terms and axioms of the ontology. Nevertheless, the modules can succinctly be represented using the Atomic Decomposition of an ontology. Using this representation, an ontology can be partitioned into atoms, which are maximal sets of axioms that co-occur in every module. The Atomic Decomposition is then defined as a directed graph such that each node correspond to an atom and each edge represents a dependency relation between two atoms. In this thesis, we introduce the notion of an axiom dependency hypergraph which is a generalization of the atomic decomposition of an ontology. A module in the ontology corresponds to a connected component in the hypergraph, and the atoms of the ontology to the strongly-connected components. We apply our algorithms for directed hypergraphs to axiom dependency hypergraphs and in this manner, we compute the atoms of an ontology. To demonstrate the viability of this approach, we have implemented the algorithms in the application HyS which computes the modules of ontologies and calculate their atomic decomposition. In the thesis, we provide an experimental evaluation of HyS with a selection of large and prominent biomedical ontologies, most of which are available in the NCBO Bioportal. HyS outperforms state-of-the-art implementations in the tasks of extracting modules and computing the atomic decomposition of these ontologies.

Relevância:

40.00% 40.00%

Publicador:

Resumo:

This study examined the effects of 26 days of oral creatine monohydrate (Cr) supplementation on near-maximal muscular strength, high-intensity bench press performance, and body composition. Eighteen male powerlifters with at least 2 years resistance training experience took part in this 28-day experiment. Pre and postmeasurements (Days 1 and 28) were taken of near-maximal muscular strength, body mass, and % body fat. There were two periods of supplementation Days 2 to 6 and Days 7 to 27. ANOVA and t-tests revealed that Cr supplementation significantly increased body mass and lean body mass with no changes in % body fat. Significant increases in 3-RM strength occurred in both groups, both absolute and relative to body mass; the increases were greater in the Cr group. The change in total repetitions also increased significantly with Cr supplementation both in absolute terms and relative to body mass, while no significant change was seen in the placebo (P) group. Creatine supplementation caused significant changes in the number of BP reps in Sets 1, 4, and 5. No changes occurred in the P group. It appears that 26 days of Cr supplementation significantly improves muscular strength and repeated near-maximal BP performance, and induces changes in body composition.

Relevância:

40.00% 40.00%

Publicador:

Resumo:

"Vegeu el resum a l'inici del document del fitxer adjunt."

Relevância:

30.00% 30.00%

Publicador:

Resumo:

de Souza Jr, TP, Fleck, SJ, Simao, R, Dubas, JP, Pereira, B, de Brito Pacheco, EM, da Silva, AC, and de Oliveira, PR. Comparison between constant and decreasing rest intervals: influence on maximal strength and hypertrophy. J Strength Cond Res 24(7): 1843-1850, 2010-Most resistance training programs use constant rest period lengths between sets and exercises, but some programs use decreasing rest period lengths as training progresses. The aim of this study was to compare the effect on strength and hypertrophy of 8 weeks of resistance training using constant rest intervals (CIs) and decreasing rest intervals (DIs) between sets and exercises. Twenty young men recreationally trained in strength training were randomly assigned to either a CI or DI training group. During the first 2 weeks of training, 3 sets of 10-12 repetition maximum (RM) with 2-minute rest intervals between sets and exercises were performed by both groups. During the next 6 weeks of training, the CI group trained using 2 minutes between sets and exercises (4 sets of 8-10RM), and the DI group trained with DIs (2 minutes decreasing to 30 seconds) as the 6 weeks of training progressed (4 sets of 8-10RM). Total training volume of the bench press and squat were significantly lower for the DI compared to the CI group (bench press 9.4%, squat 13.9%) and weekly training volume of these same exercises was lower in the DI group from weeks 6 to 8 of training. Strength (1RM) in the bench press and squat, knee extensor and flexor isokinetic measures of peak torque, and muscle cross-sectional area (CSA) using magnetic resonance imaging were assessed pretraining and posttraining. No significant differences (p <= 0.05) were shown between the CI and DI training protocols for CSA (arm 13.8 vs. 14.5%, thigh 16.6 vs. 16.3%), 1RM (bench press 28 vs. 37%, squat 34 vs. 34%), and isokinetic peak torque. In conclusion, the results indicate that a training protocol with DI is just as effective as a CI protocol over short training periods (6 weeks) for increasing maximal strength and muscle CSA; thus, either type of program can be used over a short training period to cause strength and hypertrophy.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

It has been previously reported that carbohydrate (CHO) mouth rinse can improve exercise performance. The proposed mechanism involves increased activation of brain regions believed to be responsible for reward/motivation and motor control. Since strength-related performance is affected by central drive to the muscles, it seems reasonable to hypothesize that the positive CNS response to oral CHO sensing may counteract the inhibitory input from the muscle afferent pathways minimizing the drop in the central drive. The purpose of the current study was to test if CHO mouth rinse affects maximum strength and strength endurance performance. Twelve recreationally strength-trained healthy males (age 24.08 +/- 2.99 years; height 178.09 +/- 6.70 cm; weight 78.67 +/- 8.17 kg) took part in the study. All of the tests were performed in the morning, after an 8 h overnight fasting. Subjects were submitted to a maximum strength test (1-RM) and a strength endurance test (six sets until failure at 70% of 1-RM), in separate days under three different experimental conditions (CHO mouth rinse, placebo-PLA mouth rinse and control-CON) in a randomized crossover design. The CHO mouth rinse (25 ml) occurred before every attempt in the 1-RM test, and before every set in the endurance strength test. Blood glucose and lactate were measured immediately before and 5 min post-tests. There were no significant differences in 1-RM between experimental conditions (CHO 101 +/- 7.2 kg; PLA 101 +/- 7.4 kg; CON 101 +/- 7.2 kg; p = 0.98). Furthermore, there were no significance between trial differences in the number of repetitions performed in each set (p = 0.99) or the total exercise volume (number of repetitions x load lifted [kg]) (p = 0.98). A main effect for time (p < 0.0001) in blood lactate concentration was observed in both tests (1-RM and strength endurance). Blood glucose concentration did not differ between conditions. In conclusion, CHO mouth rinse does not affect maximum strength or strength endurance performance.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The following properties of the core of a one well-known: (i) the core is non-empty; (ii) the core is a lattice; and (iii) the set of unmatched agents is identical for any two matchings belonging to the core. The literature on two-sided matching focuses almost exclusively on the core and studies extensively its properties. Our main result is the following characterization of (von Neumann-Morgenstern) stable sets in one-to-one matching problem only if it is a maximal set satisfying the following properties : (a) the core is a subset of the set; (b) the set is a lattice; (c) the set of unmatched agents is identical for any two matchings belonging to the set. Furthermore, a set is a stable set if it is the unique maximal set satisfying properties (a), (b) and (c). We also show that our main result does not extend from one-to-one matching problems to many-to-one matching problems.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Many kernel classifier construction algorithms adopt classification accuracy as performance metrics in model evaluation. Moreover, equal weighting is often applied to each data sample in parameter estimation. These modeling practices often become problematic if the data sets are imbalanced. We present a kernel classifier construction algorithm using orthogonal forward selection (OFS) in order to optimize the model generalization for imbalanced two-class data sets. This kernel classifier identification algorithm is based on a new regularized orthogonal weighted least squares (ROWLS) estimator and the model selection criterion of maximal leave-one-out area under curve (LOO-AUC) of the receiver operating characteristics (ROCs). It is shown that, owing to the orthogonalization procedure, the LOO-AUC can be calculated via an analytic formula based on the new regularized orthogonal weighted least squares parameter estimator, without actually splitting the estimation data set. The proposed algorithm can achieve minimal computational expense via a set of forward recursive updating formula in searching model terms with maximal incremental LOO-AUC value. Numerical examples are used to demonstrate the efficacy of the algorithm.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Barroso, R, Tricoli, V, dos Santos Gil, S, Ugrinowitsch, C, and Roschel, H. Maximal strength, number of repetitions, and total volume are differently affected by static-, ballistic-, and proprioceptive neuromuscular facilitation stretching. J Strength Cond Res 26(9): 2432-2437, 2012-Stretching exercises have been traditionally incorporated into warm-up routines before training sessions and sport events. However, the effects of stretching on maximal strength and strength endurance performance seem to depend on the type of stretching employed. The objective of this study was to compare the effects of static stretching (SS), ballistic stretching (BS), and proprioceptive neuromuscular facilitation (PNF) stretching on maximal strength, number of repetitions at a submaximal load, and total volume (i.e., number of repetitions 3 external load) in a multiple-set resistance training bout. Twelve strength-trained men (20.4 +/- 4.5 years, 67.9 +/- 6.3 kg, 173.3 +/- 8.5 cm) volunteered to participate in this study. All of the subjects completed 8 experimental sessions. Four experimental sessions were designed to test maximal strength in the leg press (i.e., 1 repetition maximum [1RM]) after each stretching condition (SS, BS, PNF, or no-stretching [NS]). During the other 4 sessions, the number of repetitions performed at 80% 1RM was assessed after each stretching condition. All of the stretching protocols significantly improved the range of motion in the sit-and-reach test when compared with NS. Further, PNF induced greater changes in the sit-and-reach test than BS did (4.7 +/- 1.6, 2.9 +/- 1.5, and 1.9 +/- 1.4 cm for PNF, SS, and BS, respectively). Leg press 1RM values were decreased only after the PNF condition (5.5%, p < 0.001). All the stretching protocols significantly reduced the number of repetitions (SS: 20.8%, p < 0.001; BS: 17.8%, p = 0.01; PNF: 22.7%, p < 0.001) and total volume (SS: 20.4%, p < 0.001; BS: 17.9%, p = 0.01; PNF: 22.4%, p < 0.001) when compared with NS. The results from this study suggest that, to avoid a decrease in both the number of repetitions and total volume, stretching exercises should not be performed before a resistance training session. Additionally, strength-trained individuals may experience reduced maximal dynamic strength after PNF stretching.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A uniform algebra A on its Shilov boundary X is maximal if A is not C(X) and no uniform algebra is strictly contained between A and C(X) . It is essentially pervasive if A is dense in C(F) whenever F is a proper closed subset of the essential set of A. If A is maximal, then it is essentially pervasive and proper. We explore the gap between these two concepts. We show: (1) If A is pervasive and proper, and has a nonconstant unimodular element, then A contains an infinite descending chain of pervasive subalgebras on X . (2) It is possible to find a compact Hausdorff space X such that there is an isomorphic copy of the lattice of all subsets of N in the family of pervasive subalgebras of C(X). (3) In the other direction, if A is strongly logmodular, proper and pervasive, then it is maximal. (4) This fails if the word “strongly” is removed. We discuss examples involving Dirichlet algebras, A(U) algebras, Douglas algebras, and subalgebras of H∞(D), and develop new results that relate pervasiveness, maximality, and relative maximality to support sets of representing measures.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The purpose of this study was to examine the differences in knee extensor maximal and endurance strength in elderly. Sixteen healthy elderly served as subjects, eight of them trained , age 61.0±8.9 yrs; height, 170.6±6.8 cm; weight, 71.8±11.7 kg [mean ± standard deviation] and eight untrained 61.4±8.1 yrs, height 174.6±7.4 cm; weight 83.9 ±14.2 kg. Maximal strength in single leg extension exercise was measured unilaterally with the dominant leg until the subjects reached their 1 Repetition Maximum (RM) covering the full Range of Motion (ROM). Muscular endurance was obtained with a load of 75% of 1-RM for 3 consecutive sets, with 2 min rest periods till failure. Load at 1 RM was lower in absolute terms in untrained, but not significant, while the relative 1-RM test was significantly lower in untrained subjects (0.20 vs. 0.25 kg load/kg body weight) (p<0.05). The number of repetitions and amount of weight lifted performed of all 3 sets was higher in trained subjects, but not significant. In the trained group both repetitions and the load managed in the third set was significant lower compared with the first two sets. The result that maximal force output is more affected compared to muscular endurance in these subjects might be due to the habitual use of quadriceps femoris muscles during activity of daily living in both trained and untrained elderly.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

In a previous paper R. Mathon gave a new construction method for maximal arcs in finite Desarguesian projective planes via closed sets of conics, as well as giving many new examples of maximal arcs. In the current paper, new classes of maximal arcs are constructed, and it is shown that every maximal arc so constructed gives rise to an infinite class of maximal arcs. Apart from when they are of Denniston type or dual hyperovals, closed sets of conics are shown to give maximal arcs that are not isomorphic to the known constructions. An easy characterisation of when a closed set of conics is of Denniston type is given. Results on the geometric structure of the maximal arcs and their duals are proved, as well as on elements of their collineation stabilisers.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We compared changes in markers of muscle damage and systemic inflammation after submaximal and maximal lengthening muscle contractions of the elbow flexors. Using a cross-over design, 10 healthy young men not involved in resistance training completed a submaximal trial (10 sets of 60 lengthening contractions at 10% maximum isometric strength, 1 min rest between sets), followed by a maximal trial (10 sets of three lengthening contractions at 100% maximum isometric strength, 3 min rest between sets). Lengthening contractions were performed on an isokinetic dynamometer. Opposite arms were used for the submaximal and maximal trials, and the trials were separated by a minimum of two weeks. Blood was sampled before, immediately after, 1 h, 3 h, and 1-4 d after each trial. Total leukocyte and neutrophil numbers, and the serum concentration of soluble tumor necrosis factor-alpha receptor 1 were elevated after both trials (P < 0.01), but there were no differences between the trials. Serum IL-6 concentration was elevated 3 h after the submaximal contractions (P < 0.01). The concentrations of serum tumor necrosis factor-alpha, IL-1 receptor antagonist, IL-10, granulocyte-colony stimulating factor and plasma C-reactive protein remained unchanged following both trials. Maximum isometric strength and range of motion decreased significantly (P < 0.001) after both trials, and were lower from 1-4 days after the maximal contractions compared to the submaximal contractions. Plasma myoglobin concentration and creatine kinase activity, muscle soreness and upper arm circumference all increased after both trials (P < 0.01), but were not significantly different between the trials. Therefore, there were no differences in markers of systemic inflammation, despite evidence of greater muscle damage following maximal versus submaximal lengthening contractions of the elbow flexors.