|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfomat.vectorspace.similarity.ISimilarity
public abstract class ISimilarity
Similarity Measure.
Field Summary | |
---|---|
protected Properties |
properties
|
Constructor Summary | |
---|---|
ISimilarity()
|
Method Summary | |
---|---|
abstract java.lang.String |
getName()
|
abstract float |
sim(IObjectGroup iog1,
IObjectGroup iog2)
|
abstract float |
sim(IObject io1,
IObject io2)
|
abstract float |
sim(IObject io,
IObjectGroup iog)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface mro.util.properties.HasProperties |
---|
getDefaultProperties, getProperties, getPropertyValue, setProperties, setProperty |
Field Detail |
---|
protected Properties properties
Constructor Detail |
---|
public ISimilarity()
Method Detail |
---|
public abstract float sim(IObject io1, IObject io2)
public abstract float sim(IObject io, IObjectGroup iog)
public abstract float sim(IObjectGroup iog1, IObjectGroup iog2)
public abstract java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |