| James, M. 1985. Classification Algorithms. Wiley&Sons, Inc. |
..... 5.00. the feature values are known while the class value is unknown. The training model is used in order to predict the class variable for such test instances. The classification problem has been widely studied by the database, data mining and machine learning communities [1, 4, 7, 10, 11, 12, 14, 15, 16]. However, most such methods have been developed for general multi dimensional records. For a particular data domain such as strings or text [1, 17] classification models specific to these domains turn out to be most e#ective. In recent years, XML has become a popular way of storing many data ....
M. James. Classification Algorithms, Wiley, 1985.
....in the training set. The model so generated is used to classify future datasets for which the class labels are unknown. Classification is a well studied problem [11] in the area of statistics and machine learning. Several classification models, including decision trees[1, 2] statistical models[3], and genetic models[4] have been proposed over the years. Several algorithms have been proposed to construct decision trees. We will next review those that are most directly relevant to introduce our CMP method. A more general comparison of CMP with several other methods is given in Section ....
....a Dataset with 4 Attributes Salary Age Salary Commission Salary loan first split first split first split second split second split 1 3 4 2 3 4 Figure 6. Splitting Matrices Twice into 4 Sub nodes [1] For each attribute i do [2] If (i is the X axis or Y axis of submatrix) then [3] gini = gini index on the submatrix along X or Y axis [5] gini = gini Index on attribute i of the parent node [7] End For [8] Return the attribute having the minimal gini Index Figure 7. predictSplit(node,submatrix) However, if the first splitting attribute is on any of the Yaxis, we won t be ....
M. James. "Classification Algorithms." Wiley, 1985.
....the computational cost of numerical classifiers. A great advantage of these classifiers is that the decision process can be su#ciently rich even when it involves only few pieces of information. Furthermore, knowledge stored as rules is explainable, reusable, and can be treated in a simple way [16]. A disadvantage is that they will not necessarily respond rightly when employed out of the context for which they were designed, contrary to what generally happens with pure numerical methods. In this paper, we can see the results when we apply the fuzzy classifier to classify a region out of ....
....in the literature. The second part analysis use of this classifier in others regions with the same rules. Finally, Section 6 brings the conclusion. 2. Basic Concepts Image classification consists of partitioning the image domain in classes. The classes can be derived using probability models [13, 16], fuzzy models [2, 19] expert systems [23] neural networks [26, 33] or combinations of them [9, 15, 21, 34] In this work, we show a combination of three research areas to build architecture for multispectral image classification: fuzzy set theory, mathematical morphology and expert systems ....
James, M. Classification Algorithms. John Wiley& Sons, 1985.
....the properties of a spatial neighborhood. Based on some pre selected distance metric or similarity measure, such as Euclidean distance, classical KNN finds the k most similar or nearest training samples to an unclassified sample and assigns the plurality class of those k samples to the new sample [5, 6]. The value for k is pre selected by the user based on the accuracy required (usually the larger the value of k, the more accurate the classifier) and the delay time required for classifying with that k value (usually the larger the value of k the slower the classifier) The steps of the ....
M. James, "Classification Algorithms", New York: John Wiley & Sons, 1985.
....weak test that does not handle quantitative differences between algorithms, nor does it handle more than two algorithms. Reich and Barai [39] note that none of their surveyed techniques include improvements such as stratified methods. Regarding the similar two class confusion matrices, James [22] states that in practice the value of c [is] of little value. The recognition of the effect of clustered data on confidence intervals is not widespread outside of the survey sampling literature. Kohavi [29] implicitly recognizes clusters by noting the superiority of stratified ....
Mike James. Classification Algorithms. John Wiley & Sons, 1985.
....neighbors we form a closedKNN set. Our experimental results show closed KNN yields higher classification accuracy as well as significantly higher speed. 1. Introduction There are various techniques for classification such as Decision Tree Induction, Bayesian Classification, and Neural Networks [7, 8]. Unlike other common classifiers, a k nearest neighbor (KNN) classifier does not build a classifier in advance. That is what makes it suitable for data streams. When a new sample arrives, KNN finds the k neighbors nearest to the new sample from the training space based on some suitable similarity ....
M. James, "Classification Algorithms", New York: John Wiley & Sons, 1985.
....used. The observation that increasing training instances reduces the bias of an estimator, in general, is not surprising. James, for example, shows that estimates move toward the true population values when training instances are increased for data assumed to have multivariate normal distributions [4]. He also proposes that once found, it may be possible to reduce the bias using a linear transformation. We tested James s theory using estimator y z . If we define a threshold estimator y such that y G B b BO M 3 , then estimator y z is a linear transformation of estimator ....
M. James, Classification Algorithms, John Wiley & Sons, New York, 1985.
....used. The observation that increasing training instances reduces the bias of an estimator, in general, is not surprising. James, for example, shows that estimates move toward the true population values when training instances are increased for data assumed to have multivariate normal distributions [4]. He also proposes that once found, it may be possible to reduce the bias using a linear transformation. We tested James s theory using estimator u. If we define a threshold estimator o such that o = boptimized ,then estimator u is a linear transformation of estimator o. Finding optimal ....
M. James, Classification Algorithms, John Wiley & Sons, New York, 1985.
....in the training set. The model so generated is used to classify future datasets for which the class labels are unknown. Classification is a well studied problem [11] in the area of statistics and machine learning. Several classification models, including decision trees[1, 2] statistical models[3], and genetic models[4] have been proposed over the years. Several algorithms have been proposed to construct decision trees. We will next review those that are most directly relevant to introduce our CMP method. A more general comparison of CMP with several other methods is given in Section ....
....a Dataset with 4 Attributes Salary Age Salary Commission Salary loan first split first split first split second split second split 1 3 4 2 3 4 Figure 6. Splitting Matrices Twice into 4 Sub nodes [1] For each attribute i do [2] If (i is the X axis or Y axis of submatrix) then [3] gini = gini index on the submatrix along X or Y axis [4] Else [5] gini = gini Index on attribute i of the parent node [6] End If [7] End For [8] Return the attribute having the minimal gini Index Figure 7. predictSplit(node,submatrix) However, if the first splitting attribute is on any of ....
M. James. "Classification Algorithms." Wiley, 1985.
....further discussions with the manufacturing engineers. Because the problem is one of very high dimensions, even with high performance workstations, timing considerations make it necessary to emphasize only the most promising directions. Five classification methods were tried: Linear Discriminant [8], k Nearest Neighbor [4] Neural Network [9] Tree Classification [2] and Rule Induction [3,10,11,12,15] These methods were applied to the smaller N1 population. All error rates were measured by test cases obtained by randomly holding out 1=3of the sample cases. No method achieved an error rate ....
M. James. Classification Algorithms. John Wiley & Sons, 1985.
....for further discussions with the manufacturing engineers. Because the problem is one of very high dimensions, even with high performance workstations, timing considerations make it necessary to emphasize only the most promising directions. Five classification methods were tried: Linear Discriminant[7], k Nearest Neighbor [4] Neural Network [8] Tree Classification [2] and Rule Induction [3, 9, 10, 11, 15] These methods were applied to the smaller N1 population. All error rates were measured by test cases obtained by randomly holding out 1=3 of the sample cases. No method achieved an error ....
M. James. Classification Algorithms. John Wiley & Sons, 1985.
....regression learning has been evolving over a considerable period of time, with contributions coming from statistics, pattern recognition, and more recently, the field of machine learning. One of the earliest methods developed for classification modeling was the technique of linear discriminants [14]. An early technique that came into existence for regression was linear regression [23] Each has its own limitations. Since then, a slew of techniques and methods have been developed, including k nearestneighbor, decision tree, rule induction, neural networks, etc. 27] For the remaining part of ....
M. James. Classification Algorithms. John Wiley & Sons, 1985.
....regression learning has been evolving over a considerable period of time, with contributions coming from statistics, pattern recognition, and more recently, the field of machine learning. One of the earliest methods developed for classification modeling was the technique of linear discriminants [ James, 1985 ] An early technique that came into existence for regression was linear regression [ Scheffe, 1959 ] Since then, a spectrum of techniques and methods have been developed, including k nearest neighbor, decision tree, rule induction, neural networks, etc. Michie et al. 1994, Ripley, 1996, ....
M. James. Classification Algorithms. John Wiley & Sons, 1985.
....between instances of explanatory variables and the response variable, in the presence of noise. Once produced, the model can be used to predict the value of a response variable, given the specifications for the explanatory variables. This modeling work has it s roots in classical statistics [4, 8], although many recent advances havecome from other areas, including pattern recognition, information theory, and machine learning. The important 1 shift in the modeling paradigm that has taken place here is the shift towards non parametric techniques, where no assumptions are made about any ....
M. James. Classification Algorithms. John Wiley & Sons, 1985.
No context found.
James, M. 1985. Classification Algorithms. Wiley&Sons, Inc.
No context found.
M. James, "Classification Algorithms", New York, John Wiley and Sons, 1985.
No context found.
M. James, "Classification Algorithms", New York, John Wiley and Sons, 1985.
No context found.
M. James. Classification Algorithms, Wiley, 1985.
No context found.
M. James. Classification Algorithms. Wiley, 1985.
No context found.
M. James, "Classification Algorithms", New York: John Wiley & Sons, 1985.
No context found.
James, M. (1985). Classification Algorithms. Wiley-Interscience, New York.
No context found.
M. James. Classification Algorithms. Wiley, 1985.
No context found.
M. James. Classification Algorithms, Wiley, 1985.
No context found.
M. James, "Classification Algorithms", New York: John Wiley & Sons, 1985.
No context found.
James, M. 1985, Classification Algorithms, Wiley-Interscience, New York.
First 50 documents
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC