Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Decision Making: P-value Method01:09

Decision Making: P-value Method

5.6K
The process of hypothesis testing based on the P-value method includes calculating the P- value using the sample data and interpreting it.
First, a specific claim about the population parameter is proposed. The claim is based on the research question and is stated in a simple form. Further, an opposing statement to the claim  is also stated. These statements can act as null and alternative hypotheses:  a null hypothesis would be a neutral statement while the alternative hypothesis can...
5.6K
Decision Making: Traditional Method01:14

Decision Making: Traditional Method

4.1K
The process of hypothesis testing based on the traditional method includes calculating the critical value, testing the value of the test statistic using the sample data, and interpreting these values.
First, a specific claim about the population parameter is decided based on the research question and is stated in a simple form. Further, an opposing statement to this claim is also stated. These statements can act as null and alternative hypotheses, out of which a null hypothesis would be a...
4.1K
Woodward–Hoffmann Selection Rules and Microscopic Reversibility01:34

Woodward–Hoffmann Selection Rules and Microscopic Reversibility

3.2K
Electrocyclic reactions, cycloadditions, and sigmatropic rearrangements are concerted pericyclic reactions that proceed via a cyclic transition state. These reactions are stereospecific and regioselective. The stereochemistry of the products depends on the symmetry characteristics of the interacting orbitals and the reaction conditions. Accordingly, pericyclic reactions are classified as either symmetry-allowed or symmetry-forbidden. Woodward and Hoffmann presented the selection criteria for...
3.2K
Econometric Views (EViews)01:29

Econometric Views (EViews)

202
Econometric Views, often stylized as EViews, is a package that merges statistical analysis with econometric studies. It is designed to provide tools for time series analysis, forecasting, and econometric model simulation. The software originated from MicroTSP software and has evolved significantly since its inception in 1981. The history of EViews is marked by a continuous effort to enhance its computational speed and user interface. It was initially developed for large computing systems but...
202
Decision Making01:20

Decision Making

168
Decision-making is a fundamental cognitive process that involves evaluating alternatives and selecting among them. This process can range from simple choices, such as deciding what to wear, to complex decisions, like choosing a major in college or a career path. The complexity of the decision often dictates the approach we use, which can be broadly categorized into two types: automatic and controlled decision-making.
Automatic decision-making is fast, intuitive, and relies on gut feelings...
168
Routh-Hurwitz Criterion II01:19

Routh-Hurwitz Criterion II

333
In the application of the Routh-Hurwitz criterion, two specific scenarios can arise that complicate stability analysis.
The first scenario occurs when a singular zero appears in the first column of the Routh table. This situation creates a division by zero issues. To resolve this, a small positive or negative number, denoted as epsilon (∈), is substituted for the zero. The stability analysis proceeds by assuming a sign for ∈. If ∈ is positive, any sign change in the first...
333

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Exploiting Data Distribution: A Multi-Ranking Approach.

Entropy (Basel, Switzerland)·2025
Same author

Greedy Algorithm for Deriving Decision Rules from Decision Tree Ensembles.

Entropy (Basel, Switzerland)·2025
Same author

Importance of Characteristic Features and Their Form for Data Exploration.

Entropy (Basel, Switzerland)·2024
Same author

Selected Data Mining Tools for Data Analysis in Distributed Environment.

Entropy (Basel, Switzerland)·2023
Same author

Decision Rules Derived from Optimal Decision Trees with Hypotheses.

Entropy (Basel, Switzerland)·2021
Same author

Decision Rules Construction: Algorithm Based on EAV Model.

Entropy (Basel, Switzerland)·2020

Related Experiment Video

Updated: Aug 13, 2025

A Modeling and Simulation Method for Preliminary Design of an Electro-Variable Displacement Pump
09:04

A Modeling and Simulation Method for Preliminary Design of an Electro-Variable Displacement Pump

Published on: June 1, 2022

3.1K

Improved EAV-Based Algorithm for Decision Rules Construction.

Krzysztof Żabiński1, Beata Zielosko1

  • 1Institute of Computer Science, Faculty of Science and Technology, University of Silesia in Katowice, Będzińska 39, 41-200 Sosnowiec, Poland.

Entropy (Basel, Switzerland)
|January 21, 2023
PubMed
Summary
This summary is machine-generated.

This study introduces a new attribute ranking method for decision rule induction, improving rule length and classification accuracy. The enhanced algorithm effectively handles both numerical and categorical data, offering a more efficient approach to rule generation.

Keywords:
decision rulesfeature selectiongreedy heuristicslengthrough setssupport

More Related Videos

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
11:53

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

Published on: December 9, 2012

13.0K
Automated Interactive Video Playback for Studies of Animal Communication
07:21

Automated Interactive Video Playback for Studies of Animal Communication

Published on: February 9, 2011

13.6K

Related Experiment Videos

Last Updated: Aug 13, 2025

A Modeling and Simulation Method for Preliminary Design of an Electro-Variable Displacement Pump
09:04

A Modeling and Simulation Method for Preliminary Design of an Electro-Variable Displacement Pump

Published on: June 1, 2022

3.1K
Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm
11:53

Spatial Multiobjective Optimization of Agricultural Conservation Practices using a SWAT Model and an Evolutionary Algorithm

Published on: December 9, 2012

13.0K
Automated Interactive Video Playback for Studies of Animal Communication
07:21

Automated Interactive Video Playback for Studies of Animal Communication

Published on: February 9, 2011

13.6K

Area of Science:

  • Computer Science
  • Machine Learning
  • Data Mining

Background:

  • Decision rule induction is crucial for interpretable machine learning.
  • Existing algorithms often struggle with attribute selection and data types.
  • The Entity-Attribute-Value (EAV) model provides a flexible data representation.

Purpose of the Study:

  • To propose a novel attribute ranking approach for decision rule induction.
  • To develop an algorithm that generates shorter, high-quality decision rules.
  • To ensure the algorithm effectively handles both numerical and categorical data.

Main Methods:

  • Modified EAV model for decision rule induction.
  • Attribute ranking based on the standard deviation of attribute values per decision class (distinguishability).
  • Data transformation to a binary matrix format to handle categorical attributes.

Main Results:

  • The proposed method achieves rule lengths comparable to using all attributes, even when using only the top 80% ranked attributes.
  • Classification accuracy remains high or improves for 50% of datasets when using the top-ranked attributes.
  • The approach demonstrates effectiveness across various datasets from the UCI ML Repository.

Conclusions:

  • The novel attribute ranking method enhances decision rule induction efficiency and quality.
  • The algorithm successfully integrates numerical and categorical data handling.
  • This approach offers a promising alternative for constructing concise and accurate decision rules.