2 resultados para 2051

em Cochin University of Science


Relevância:

10.00% 10.00%

Publicador:

Resumo:

This article reports a new method of analyzing pericardial fluid based on the measurement of the dielectric properties at microwave frequencies. The microwave measurements were performed by rectangular cavity perturbation method in the S-band of microwave frequency with the pericardial fluid from healthy persons as well as from patients suffering from pericardial effusion. It is observed that a remarkable change in the dielectric properties of patient samples with the normal healthy samples and these measurements were in good agreement with clinical analysis. This measurement technique and the method of extraction of pericardial fluid are simple. These results give light to an alternative in-vitro method of diagnosing onset pericardial effusion abnormalities using microwaves without surgical procedure.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Decision trees are very powerful tools for classification in data mining tasks that involves different types of attributes. When coming to handling numeric data sets, usually they are converted first to categorical types and then classified using information gain concepts. Information gain is a very popular and useful concept which tells you, whether any benefit occurs after splitting with a given attribute as far as information content is concerned. But this process is computationally intensive for large data sets. Also popular decision tree algorithms like ID3 cannot handle numeric data sets. This paper proposes statistical variance as an alternative to information gain as well as statistical mean to split attributes in completely numerical data sets. The new algorithm has been proved to be competent with respect to its information gain counterpart C4.5 and competent with many existing decision tree algorithms against the standard UCI benchmarking datasets using the ANOVA test in statistics. The specific advantages of this proposed new algorithm are that it avoids the computational overhead of information gain computation for large data sets with many attributes, as well as it avoids the conversion to categorical data from huge numeric data sets which also is a time consuming task. So as a summary, huge numeric datasets can be directly submitted to this algorithm without any attribute mappings or information gain computations. It also blends the two closely related fields statistics and data mining