897 resultados para directivity pattern


Relevância:

20.00% 20.00%

Publicador:

Resumo:

There has been an increased demand for characterizing user access patterns using web mining techniques since the informative knowledge extracted from web server log files can not only offer benefits for web site structure improvement but also for better understanding of user navigational behavior. In this paper, we present a web usage mining method, which utilize web user usage and page linkage information to capture user access pattern based on Probabilistic Latent Semantic Analysis (PLSA) model. A specific probabilistic model analysis algorithm, EM algorithm, is applied to the integrated usage data to infer the latent semantic factors as well as generate user session clusters for revealing user access patterns. Experiments have been conducted on real world data set to validate the effectiveness of the proposed approach. The results have shown that the presented method is capable of characterizing the latent semantic factors and generating user profile in terms of weighted page vectors, which may reflect the common access interest exhibited by users among same session cluster.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The paper describes a high fidelity system for measuring a radiation pattern of an electrically small antenna. In this system, the Antenna Under Test (AUT) equipped with a battery powered signal generator is suspended by a dielectric foam in the centre of a pair of dielectric rings that are supported by a pedestal of a spherical positioning mechanical sub-system. Radiation patterns are obtained directly in spherical format using a suitably constructed probe antenna of linear or circular polarization. Measurements are controlled by a computer, which also stores and processes the measured data. The results reveal considerable differences between the radiation patterns of a small antenna obtained using the proposed wireless approach and the conventional one, in which the antenna is connected with a cable to the receiver.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents a formal but practical approach for defining and using design patterns. Initially we formalize the concepts commonly used in defining design patterns using Object-Z. We also formalize consistency constraints that must be satisfied when a pattern is deployed in a design model. Then we implement the pattern modeling language and its consistency constraints using an existing modeling framework, EMF, and incorporate the implementation as plug-ins to the Eclipse modeling environment. While the language is defined formally in terms of Object-Z definitions, the language is implemented in a practical environment. Using the plug-ins, users can develop precise pattern descriptions without knowing the underlying formalism, and can use the tool to check the validity of the pattern descriptions and pattern usage in design models. In this work, formalism brings precision to the pattern language definition and its implementation brings practicability to our pattern-based modeling approach.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Users of safety-critical systems are expected to effectively control or monitor complex systems, with errors potentially leading to catastrophe. For such systems, safety is of paramount importance and must be designed into the human-machine interface. While many case studies show how inadequate design practice led to poor safety and usability, concrete guidance on good design practices is scarce. The paper argues that the pattern language paradigm, widely used in the software design community, is a suitable means of documenting appropriate design strategies. We discuss how typical usability-related properties (e.g., flexibility) need some adjustment to be used for assessing safety-critical systems, and document a pattern language, based on corresponding "safety-usability" principles

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Child growth in PNG shows strong regional differences, with highlands children being generally shorter but stockier than those from lowland areas. Differences in diet, socioeconomic status and local subsistence agriculture were found to be important predictors of child growth. All variables indicating higher socioeconomic status were correlated with better growth, as was a high consumption of imported and local high quality foods such as cereals, legumes, tinned fish or meat and fresh fish. Differences in subsistence explained between 25% and 50% of the geographical variation in growth. Child growth was better in systems based on cassava and sweet potato, and worse in those where banana, sago and taro are staples. The cultivation of all major cash crops and sales of fish and food crops improved child growth. Birth weights show similar patterns to those observed in child growth. The implications of these findings for possible interventions are discussed.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Retrieving large amounts of information over wide area networks, including the Internet, is problematic due to issues arising from latency of response, lack of direct memory access to data serving resources, and fault tolerance. This paper describes a design pattern for solving the issues of handling results from queries that return large amounts of data. Typically these queries would be made by a client process across a wide area network (or Internet), with one or more middle-tiers, to a relational database residing on a remote server. The solution involves implementing a combination of data retrieval strategies, including the use of iterators for traversing data sets and providing an appropriate level of abstraction to the client, double-buffering of data subsets, multi-threaded data retrieval, and query slicing. This design has recently been implemented and incorporated into the framework of a commercial software product developed at Oracle Corporation.