Skip to content

abdalin/Candidate-Elimination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candidate-Elimination

Implementation of candidate eleminate algorithm in java

Major functions

minimalSpecialization : given hypothesis, training example it deduces all the minimal specification of hypothesis which are consistent with training example.

minimalGeneralization : given hypothesis, training example it deduces all the minimal generalizations of hypothesis which are consistent with training example.

moreGeneralThan: determines whether a given hypothesis is general than other hypothesis.

consistent: tells us whether a hypothesis is consistent with training example.

getVersionSpace: it uses general and specific boundaries to generate version space.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages