|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.automed.matching.modules.AbstractModule
uk.ac.ic.doc.automed.matching.modules.bidirectionalmap.NaiveBayesModule
public class NaiveBayesModule
The machine learning module that compares the schema elements by examining their instances. The Naive Bayes algorithm is used for the comparison process.
Field Summary |
---|
Fields inherited from class uk.ac.ic.doc.automed.matching.modules.AbstractModule |
---|
bidirectionalDegrees, frame, semanticMappingNames |
Constructor Summary | |
---|---|
NaiveBayesModule(SchemaElement[] elementsA,
SchemaElement[] elementsB)
Constructs a NaiveBayesModule to compare the specified schema elements in the input arrays. |
Method Summary |
---|
Methods inherited from class uk.ac.ic.doc.automed.matching.modules.AbstractModule |
---|
getBidirectionalDegrees, getBidirectionalDegrees, getBidirectionalSimilarity, getUSRs, saveDegrees, setBidirectionalDegrees, setUSRs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NaiveBayesModule(SchemaElement[] elementsA, SchemaElement[] elementsB) throws UninstantiatedException, java.lang.Exception, MatchException
NaiveBayesModule
to compare the specified schema elements in the input arrays.
elementsA
- an array of SchemaElement
objectselementsB
- an array of SchemaElement
objects
UninstantiatedException
- if an element doesn't contain any instances
java.lang.Exception
MatchException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |