Thèses sur le sujet « Views selection »
Créez une référence correcte selon les styles APA, MLA, Chicago, Harvard et plusieurs autres
Consultez les 50 meilleures thèses pour votre recherche sur le sujet « Views selection ».
À côté de chaque source dans la liste de références il y a un bouton « Ajouter à la bibliographie ». Cliquez sur ce bouton, et nous générerons automatiquement la référence bibliographique pour la source choisie selon votre style de citation préféré : APA, MLA, Harvard, Vancouver, Chicago, etc.
Vous pouvez aussi télécharger le texte intégral de la publication scolaire au format pdf et consulter son résumé en ligne lorsque ces informations sont inclues dans les métadonnées.
Parcourez les thèses sur diverses disciplines et organisez correctement votre bibliographie.
Gupta, Shalu. « View Selection for Query-Evaluation Efficiency using Materialized Views ». NCSU, 2005. http://www.lib.ncsu.edu/theses/available/etd-07142005-142452/.
Texte intégralIndelli, Pisano Valentina. « Reducing the View Selection Problem through Code Modeling : Static and Dynamic approaches ». Doctoral thesis, Universita degli studi di Salerno, 2017. http://hdl.handle.net/10556/2617.
Texte intégralData warehouse systems aim to support decision making by providing users with the appropriate information at the right time. This task is particularly challenging in business contexts where large amount of data is produced at a high speed. To this end, data warehouses have been equipped with Online Analytical Processing tools that help users to make fast and precise decisions througt the execution of complex queries. Since the computation of these queries is time consuming, data warehouses precompute a set of materialized views answering to the workload queries. This thesis work defines a process to determine the minimal set of workload queries and the set of views to materialize. The set of queries is represented by an optimized lattice structure used to select the views to be materialized according to the processing time costs and the view storage space. The minimal set of required Online Analytical Processing queries is computer by analyzing the data model defined with the visual language CoDe (Complexity Design). The latter allows to conceptually organizatio the visualization of data reports and to generate visualizations of data obtained from data-‐mart queries. CoDe adopts a hybrid modeling process combining two main methodologieser-‐driven and data- driven. The first aims to create a model according to the user knowledge, re-quirements, and analysis needs, whilst the latter has in charge to concretize data and their relationships in the model through Online Analytical Processing queries. Since the materialized views change over time, we also propose a dynamic process that allows users to upgrade the CoDe model with a context-‐aware editor, build an optimized lattice structure able to minimize the effort to recalculate it,and propose the new set of views to materialize Moreover, the process applies a Markov strategy to predict whether the views need to be recalculate or not according to the changes of the model. The effectiveness of the proposed techniques has been evaluated on a real world data warehouse. The results revealed that the Markov strategy gives a better set of solutions in term of storage space and total processing cost. [edited by author]
XV n.s
Pistellato, Mara <1991>. « Robust Joint Selection of Camera Orientations and Feature Projections over Multiple Views ». Master's Degree Thesis, Università Ca' Foscari Venezia, 2016. http://hdl.handle.net/10579/8799.
Texte intégralHelle, Valeria, Andra-Stefania Negus et Jakob Nyberg. « Improving armed conflict prediction using machine learning : ViEWS+ ». Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-354845.
Texte intégralI detta projekt, vilket vi valt att benämna ViEWS+, har vi förbättrat olika aspekter av ViEWS (Violence Early-Warning System), ett system som med maskinlärning försöker förutsäga var i världen väpnade konflikter kommer uppstå. Målet med ViEWS är att kunna förutsäga sannolikheten för konflikter så långt som 36 månader i framtiden. Målet med att förutsäga sannoliketen för konflikter är att politiker och beslutsfattare ska kunna använda dessa kunskaper för att förhindra dem. Indata till systemet är konfliktdata med ett stort antal egenskaper, så som tidigare konflikter, barnadödlighet och urbanisering. Dessa är av varierande användbarhet, vilket skapar ett behov för att sålla ut de som inte är användbara för att förutsäga framtida konflikter. Innan vårt projekt har forskarna som använder ViEWS valt ut egenskaper för hand, vilket blir allt svårare i och med att fler introduceras. Forskargruppen hade även ingen formell metodik för att välja parametervärden till de maskinlärningsfunktioner de använder. De valde parametrar baserat på erfarenhet och känsla, något som kan leda till onödigt långa exekveringstider och eventuellt sämre resultat beroende på funktionen som används. Våra mål med projektet var att förbättra systemets produktivitet, i termer av exekveringstid och säkerheten i förutsägelserna. För att uppnå detta utvecklade vi analysverktyg för att försöka lösa de existerande problemen. Vi har utvecklat ett verktyg för att välja ut färre, mer användbara, egenskaper från datasamlingen. Detta gör att egenskaper som inte tillför någon viktig information kan sorteras bort vilket sparar exekveringstid. Vi har även jämfört prestandan hos olika maskinlärningsfunktioner, för att identifiera de bäst lämpade för konfliktprediktion. Slutligen har vi implementerat ett verktyg för att analysera hur resultaten från funktionerna varierar efter valet av parametrar. Detta gör att man systematiskt kan bestämma vilka parametervärden som bör väljas för att garantera bra resultat samtidigt som exekveringstid hålls nere. Våra resultat visar att med våra förbättringar sänkes exekveringstiden med en faktor av omkring nio och förutsägelseförmågorna höjdes med en faktor av tre. Vi hoppas att vårt arbete kan leda till säkrare föutsägelser och vilket i sin tur kanske leder till en fredligare värld.
MACHIRAJU, SIRISHA. « SPACE ALLOCATION FOR MATERIALIZED VIEWS AND INDEXES USING GENETIC ALGORITHMS ». University of Cincinnati / OhioLINK, 2002. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1029435112.
Texte intégralMami, Imene. « A Declarative Approach to Modeling and Solving the View Selection Problem ». Thesis, Montpellier 2, 2012. http://www.theses.fr/2012MON20194/document.
Texte intégralView selection is important in many data-intensive systems e.g., commercial database and data warehousing systems to improve query performance. View selection can be defined as the process of selecting a set of views to be materialized in order to optimize query evaluation. To support this process, different related issues have to be considered. Whenever a data source is changed, the materialized views built on it have to be maintained in order to compute up-to-date query results. Besides the view maintenance issue, each materialized view also requires additional storage space which must be taken into account when deciding which and how many views to materialize.The problem of choosing which views to materialize that speed up incoming queries constrained by an additional storage overhead and/or maintenance costs, is known as the view selection problem. This is one of the most challenging problems in data warehousing and it is known to be a NP-complete problem. In a distributed environment, the view selection problem becomes more challenging. Indeed, it includes another issue which is to decide on which computer nodes the selected views should be materialized. The view selection problem in a distributed context is now additionally constrained by storage space capacities per computer node, maximum global maintenance costs and the communications cost between the computer nodes of the network.In this work, we deal with the view selection problem in a centralized context as well as in a distributed setting. Our goal is to provide a novel and efficient approach in these contexts. For this purpose, we designed a solution using constraint programming which is known to be efficient for the resolution of NP-complete problems and a powerful method for modeling and solving combinatorial optimization problems. The originality of our approach is that it provides a clear separation between formulation and resolution of the problem. Indeed, the view selection problem is modeled as a constraint satisfaction problem in an easy and declarative way. Then, its resolution is performed automatically by the constraint solver. Furthermore, our approach is flexible and extensible, in that it can easily model and handle new constraints and new heuristic search strategies for optimization purpose. The main contributions of this thesis are as follows. First, we define a framework that enables to have a better understanding of the problems we address in this thesis. We also analyze the state of the art in materialized view selection to review the existing methods by identifying respective potentials and limits. We then design a solution using constraint programming to address the view selection problem in a centralized context. Our performance experimentation results show that our approach has the ability to provide the best balance between the computing time to be required for finding the materialized views and the gain to be realized in query processing by materializing these views. Our approach will also guarantee to pick the optimal set of materialized views where no time limit is imposed. Finally, we extend our approach to provide a solution to the view selection problem when the latter is studied under multiple resource constraints in a distributed context. Based on our extensive performance evaluation, we show that our approach outperforms the genetic algorithm that has been designed for a distributed setting
Brigo, Matteo <1984>. « Cost Effective Semi-Automatic Algorithm for Materialized Views Selection in Data Warehousing in distribuite environment ». Master's Degree Thesis, Università Ca' Foscari Venezia, 2016. http://hdl.handle.net/10579/8372.
Texte intégralKatsifodimos, Asterios. « Scalable view-based techniques for web data : algorithms and systems ». Phd thesis, Université Paris Sud - Paris XI, 2013. http://tel.archives-ouvertes.fr/tel-00870456.
Texte intégralKaranasos, Konstantinos. « View-Based techniques for the efficient management of web data ». Phd thesis, Université Paris Sud - Paris XI, 2012. http://tel.archives-ouvertes.fr/tel-00755328.
Texte intégralDoubek, Petr. « Multi-view tracking and viewpoint selection ». Konstanz : Hartung-Gorre Verlag, 2005. http://e-collection.ethbib.ethz.ch/show?type=diss&nr=16071.
Texte intégralGlenn-Applegate, Katherine. « Caregivers’ Preschool Selection Factors and Their Degree of Agency in Selecting High Quality Preschools ». The Ohio State University, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=osu1306413949.
Texte intégralAgrawal, Vikas R. « Data warehouse operational design : view selection and performance simulation ». Toledo, Ohio : University of Toledo, 2005. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=toledo1104773641.
Texte intégralTypescript. "Submitted as partial fulfillment of the requirements for the Doctor of Philosophy degree in Manufacturing Management and Engineering. " "A dissertation entitled"--at head of title. Title from title page of PDF document. Bibliography: p. 113-118.
Chan, Ming-Yuen. « Transfer function design and view selection for angiographic visualization / ». View abstract or full-text, 2006. http://library.ust.hk/cgi/db/thesis.pl?COMP%202006%20CHAN.
Texte intégralZou, Li. « Global aggregate view selection in a peer warehousing system ». Thesis, University of Ottawa (Canada), 2007. http://hdl.handle.net/10393/27946.
Texte intégralAGRAWAL, VIKAS R. « Data Warehouse Operational Design : View Selection and Performance Simulation ». University of Toledo / OhioLINK, 2005. http://rave.ohiolink.edu/etdc/view?acc_num=toledo1104773641.
Texte intégralBoarman, McKaila J. S. « Trade-offs and Temporal Variation in Predator-Mediated Natural Selection and Sexual Selection on the Wings of the Damselfly Calopteryx splendens ». Ohio University / OhioLINK, 2017. http://rave.ohiolink.edu/etdc/view?acc_num=ohiou1491746850419119.
Texte intégralMeng, Xiaohong. « A data warehouse view selection scheme to accommodate dimension hierarchies ». Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape10/PQDD_0010/MQ52611.pdf.
Texte intégralWu, Lan. « Multi-view hockey tracking with trajectory smoothing and camera selection ». Thesis, University of British Columbia, 2008. http://hdl.handle.net/2429/2402.
Texte intégralCaperna, Carolyn Grace. « THE BOOK SELECTION PROCESS OF THIRD GRADE STUDENTS DURING LIBRARY ». Bowling Green State University / OhioLINK, 2007. http://rave.ohiolink.edu/etdc/view?acc_num=bgsu1174398868.
Texte intégralMIO, CORRADO. « A POWER INDEX BASED FRAMEWORKFOR FEATURE SELECTION PROBLEMS ». Doctoral thesis, Università degli Studi di Milano, 2020. http://hdl.handle.net/2434/709580.
Texte intégralBorrenpohl, Daniel. « Genomic selection can replace phenotypic selection in early generation wheat breeding ». The Ohio State University, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=osu1562957699157873.
Texte intégralBallinger, Keli M. « The role of predominant world view in relation to coping strategy selection ». Virtual Press, 1998. http://liblink.bsu.edu/uhtbin/catkey/1074550.
Texte intégralHylock, Ray Hales. « Beyond relational : a database architecture and federated query optimization in a multi-modal healthcare environment ». Diss., University of Iowa, 2013. https://ir.uiowa.edu/etd/2526.
Texte intégralChang, Christopher S. « Indecision in Employee Selection ». Bowling Green State University / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=bgsu1381750837.
Texte intégralDey, Tanujit. « Prediction and Variable Selection ». Cleveland, Ohio : Case Western Reserve University, 2008. http://rave.ohiolink.edu/etdc/view?acc_num=case1212581055.
Texte intégralVan, der Merwe Gerda. « The construct validity of the First View for selection purposes in South Africa ». Diss., Pretoria : [s.n.], 2005. http://upetd.up.ac.za/thesis/available/etd-02272006-112454.
Texte intégralAbstract in English and Afrikaans. Includes bibliographical references. Available on the Internet via the World Wide Web.
Asgharzadeh, Talebi Zohreh. « Exact and Heuristic Methods for solving the View-Selection Problem for Aggregate Queries ». NCSU, 2006. http://www.lib.ncsu.edu/theses/available/etd-05092006-123513/.
Texte intégralHossain, Mohammad, et Shuang Cao. « Influencing Factors on the Selection Process of Enterprise System(s) : A study on the client and vendor perspectives ». Thesis, Jönköping University, Jönköping International Business School, 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-146.
Texte intégralEnterprise system (ES) is being considered an important phenomenon in the corporate use of information technology, enhancing organizational cross functional efficiency and effectiveness through the integration of all the information flowing through a company. The implementation and use of this system involve high expenditure and risk and it has a great impact in every aspect of an adopting organization. The wrong selection of this system would have an adverse effect on the company performance. So the selection of this system deserves considerable attention from the practitioner and researcher.
In this study, our objective is to identify the influencing factors on the ES selection process from the existing theory and investigate them in real life situation from the client and vendor’s perspectives.
To fulfil the first objective of the study, we have made a comprehensive review on ES literature and synthesized an integrated framework of influencing factors on the ES selection process. To fulfil the other objective, we have made a qualitative empirical study through multiple case study approach. To collect necessary in-depth information, we have used purposive sampling and general interview guide approach. The integrated framework has guided us in empirical study and the cross case analysis of empirical data has been performed on the basis of this framework from the view point of client and vendor.
The result of this study shows that there exists a good fit between client and vendor views about the influencing factors on the ES selection process, in spite of insignificant imbalance between them. The result also reveals that most of the influencing factors of integrated framework have been recognized both by client and vendor with some diversity. Three new influencing factors: geographical proximity, requirement specification and sales skill of vendor have emerged from the study.
Taylor, Anna B. « A Study of Variable Selection Methods in Supersaturated Models ». Bowling Green State University / OhioLINK, 2020. http://rave.ohiolink.edu/etdc/view?acc_num=bgsu1586963467541177.
Texte intégralHe, Xinming, Keith D. Brouthers et Igor Filatotchev. « Resource-Based and Institutional Perspectives on Export Channel Selection and Export Performance ». Sage, 2013. http://dx.doi.org/10.1177/0149206312445926.
Texte intégralYou, Di. « Model Selection in Kernel Methods ». The Ohio State University, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=osu1322581224.
Texte intégralKESKAR, HARSHAL S. « SUPPLIER SELECTION METRICS AND METHODOLOGY ». University of Cincinnati / OhioLINK, 2004. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1085680712.
Texte intégralSarkar, Saurabh. « Feature Selection with Missing Data ». University of Cincinnati / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1378194989.
Texte intégralMiller, John Ora. « Efficient multinomial selection in simulation / ». The Ohio State University, 1997. http://rave.ohiolink.edu/etdc/view?acc_num=osu1487943341529543.
Texte intégralHan, Yuchen. « Bayesian Variable Selection Using Lasso ». Case Western Reserve University School of Graduate Studies / OhioLINK, 2017. http://rave.ohiolink.edu/etdc/view?acc_num=case1491775118610981.
Texte intégralGilbride, Timothy J. « Models for heterogeneous variable selection ». Columbus, Ohio : Ohio State University, 2004. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=osu1083591017.
Texte intégralTitle from first page of PDF file. Document formatted into pages; contains xii, 138 p.; also includes graphics. Includes abstract and vita. Advisor: Greg M. Allenby, Dept. of Business Admnistration. Includes bibliographical references (p. 134-138).
Yao, Yonggang. « Statistical Applications of Linear Programming for Feature Selection via Regularization Methods ». The Ohio State University, 2008. http://rave.ohiolink.edu/etdc/view?acc_num=osu1222035715.
Texte intégralYousif, Ibrahim Abdelsalam. « Restricted selection index as applied to selection for body composition in Japanese quail (Coturnix coturnix japonica) / ». The Ohio State University, 1992. http://rave.ohiolink.edu/etdc/view?acc_num=osu1487777170407177.
Texte intégralWang, Cong. « Household Risky Assets : Selection And Allocation ». Columbus, Ohio : Ohio State University, 2008. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=osu1204747467.
Texte intégralDelaney, Michael B. « Selection Method and Judicial Background Characteristics ». University of Cincinnati / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1382372765.
Texte intégralGoyal, Anushree. « A Framework for XML Index Selection ». University of Cincinnati / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1384426003.
Texte intégralArledge, Christopher S. « Cosmological Model Selection and Akaike’s Criterion ». Ohio University / OhioLINK, 2015. http://rave.ohiolink.edu/etdc/view?acc_num=ohiou1430478203.
Texte intégralRinehart, James S. « An activity dimension in teacher selection / ». The Ohio State University, 1988. http://rave.ohiolink.edu/etdc/view?acc_num=osu1487595712157055.
Texte intégralJia, Ning. « View-invariant feature selector and its application on gait recognition ». Thesis, University of Warwick, 2016. http://wrap.warwick.ac.uk/94744/.
Texte intégralRuiz, Altisent Marc. « Advanced illumination and view-selection techniques for volume rendering and its application to medical imaging ». Doctoral thesis, Universitat de Girona, 2012. http://hdl.handle.net/10803/371154.
Texte intégralLa visualització de volums és un mètode per extreure informació de dades volumètriques mitjançant imatges interactives. L’objectiu és assistir la interpretació visual de dades creant models tridimensionals que reprodueixen objectes reals amb suficient detall i velocitat per permetre’n la manipulació interactivament. La visualització il·lustrativa millora la percepció de les característiques d'un volum. La visualització de volums té dos objectius principals: obtenir imatges d’alta qualitat en temps real, i determinar com explorar volums d'una manera efectiva. En aquesta tesi avancem en aquestes dues línies. Proposem diversos mètodes per aproximar la il·luminació global amb baix cost computacional, permetent la visualització realista i il·lustrativa. També presentem un mètode per definir automàticament funcions de transferència donada una distribució objectiu. A més, presentem un mètode per automatitzar la creació d’exploded views. Finalment, explorem tècniques per seleccionar els millors punts de vista d’un volum. Diverses de les contribucions estan basades en la teoria de la informació.
Nesnidol, Samantha A. « Public Sector Perceptions of Unproctored Internet Testing ». Bowling Green State University / OhioLINK, 2016. http://rave.ohiolink.edu/etdc/view?acc_num=bgsu1478170694534844.
Texte intégralHang, Hongli. « TO USE OR NOT TO USE : A CHOICE OF SELECTION METHODS FOR INTERNSHIPS IN U.S. FIRMS ». Kent State University / OhioLINK, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=kent1556790505485288.
Texte intégralYousef, Mohammed A. « Two-Stage SCAD Lasso for Linear Mixed Model Selection ». Bowling Green State University / OhioLINK, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=bgsu1558431514460879.
Texte intégralPonangi, Preethi Vinayak. « Cognitive Cyber Weapon Selection Tool Empirical Evaluation ». Wright State University / OhioLINK, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=wright1303229011.
Texte intégralSubedi, Bijay. « Material Selection for Spray Injection Patching Method ». University of Akron / OhioLINK, 2015. http://rave.ohiolink.edu/etdc/view?acc_num=akron1449231554.
Texte intégral