Term
|
Definition
| All the opject defineing classes are in this folder. Note that all non webpage classes files(most cases the object defining classes) |
|
|
Term
|
Definition
| All data sources such as database files should be put in this folder |
|
|
Term
|
Definition
| Is a set of discrete, objective facts about events. A given fact. It can be a number, statement or picture. In an Org, described as structured records of transaction Normally stored on a database. |
|
|
Term
|
Definition
| facts or conclusions that have meaning within a context. Raw data is rarely meaningful or useful. |
|
|
Term
|
Definition
| Data is manipulated to make useful Information. Raw data is hard to read. Information is more useful to business than data. |
|
|
Term
|
Definition
| Contextualized, Categorized, Calculated, Corrected, Condensed |
|
|
Term
|
Definition
| for what purpose data was gathered |
|
|
Term
|
Definition
| key components of data should be analyzed |
|
|
Term
|
Definition
| data should be analyzed mathematically or statistically |
|
|
Term
|
Definition
| errors should be removed from data |
|
|
Term
|
Definition
| Data should be summarized in a more concise form |
|
|
Term
|
Definition
| is the process of extracting hidden patterns from data |
|
|
Term
|
Definition
| Can be used to conduct database analysis, decisions support, automation, etc. |
|
|
Term
| Why do we need data mining |
|
Definition
| Leverage organizations data assets and as databases grow, the ability to support the decisions support process using traditional query languages become in feasible |
|
|
Term
| Data mining is a step in the knowledge discovery process |
|
Definition
| consisting of particular algorithms (methods) that under some acceptable objective, produces a particular enumeration of patterns(models) over the data |
|
|
Term
| knowledge discovery process |
|
Definition
| process of using data mining methods (algorithms) to extract (identify) what is deemed knowledge accoring to the specifications of measures and thresholds, using a database along with any necessary preprocessing or transformations |
|
|
Term
| Steps in Knowledge discovery process |
|
Definition
| Data, Selection, Processing, Transformation |
|
|
Term
|
Definition
| understand your data and your business |
|
|
Term
|
Definition
| decide what data is needed to solve the problem |
|
|
Term
|
Definition
| data may have to be loaded from legacy systems or external sources, stored, cleaned and validated |
|
|
Term
|
Definition
| is the heart of developing a sound model. |
|
|
Term
|
Definition
| feature construction, feature subset selection, aggregating data, and bin data |
|
|
Term
|
Definition
| Applying a mathematical formula to existing data features |
|
|
Term
| Which of the following should you do after inserting a row into a database |
|
Definition
| checking for SQL Server exceptions |
|
|
Term
| Server controls must be rendered as standard HTML so they can be interpreted by |
|
Definition
| The browser on the client machine |
|
|
Term
| It is recommended to use uppercase letters for all the tags in the .aspx files |
|
Definition
|
|
Term
| You can enable paging in DataList and gridview controls, but not in DetailsView control |
|
Definition
|
|
Term
| You can format multiple style rules by seperating each name and value pair with a colon |
|
Definition
|
|
Term
| In both list box and dropbownlist controls you can set the selectionMode property to allow multiple selections |
|
Definition
|
|
Term
| Seven types of representation models |
|
Definition
| 1-D, 2-D, 3-D, Multidimensional, Tree, Network, Temporal |
|
|
Term
| 3-Layer system Architecture |
|
Definition
| Presentation, Business, Database |
|
|
Term
| Four types of Data mining models and tasks |
|
Definition
| Classification, Clustering, Regression, Association rule learning |
|
|
Term
|
Definition
| Depth first Search, Breadth-First Search |
|
|
Term
| Heuristic based searching methods |
|
Definition
| Hill Climbing search, Beam search, A* algorithm |
|
|