|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfomat.vectorspace.weighting.Weighter
public abstract class Weighter
A class for weighting of a IMatrix. The row objects are considered objects, and the column objects features.
| Field Summary | |
|---|---|
(package private) Properties |
properties
|
| Constructor Summary | |
|---|---|
Weighter()
|
|
Weighter(Properties properties)
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getWeighterName()
Returns a String that identifies the Weighter. |
abstract void |
weight(IMatrix matrix)
Weight the IMatrix (the whole matrix, which may be more than the current IObjectGroupings, the picture). |
| 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 |
|---|
Properties properties
| Constructor Detail |
|---|
public Weighter()
public Weighter(Properties properties)
| Method Detail |
|---|
public abstract void weight(IMatrix matrix)
public abstract java.lang.String getWeighterName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||