|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
com.rapidminer.tools.math.AverageVector
public abstract class AverageVector
Handles several averagables.
| Constructor Summary | |
|---|---|
AverageVector()
|
|
| Method Summary | |
|---|---|
void |
addAveragable(Averagable avg)
Adds an Averagable to the list of criteria. |
void |
buildAverages(AverageVector av)
|
abstract java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
|
Averagable |
getAveragable(int index)
Returns the Averagable by index. |
Averagable |
getAveragable(java.lang.String name)
Returns the Averagable by name. |
int |
getSize()
Returns the number of averagables in this vector. |
java.awt.Component |
getVisualizationComponent(IOContainer container)
Returns a editor pane that displays the ResultObjectAdapter.toResultString() result
encoded as html. |
int |
hashCode()
|
void |
removeAveragable(Averagable avg)
Removes an Averagable from the list of criteria. |
int |
size()
Returns the number of averages in the list. |
java.lang.String |
toResultString()
The default implementation simply returns the result of the method Object.toString(). |
java.lang.String |
toString()
|
| Methods inherited from class com.rapidminer.operator.ResultObjectAdapter |
|---|
addAction, getActions, getName, getResultIcon, isSavable, log, logError, logNote, logWarning, save, toHTML |
| Methods inherited from class com.rapidminer.operator.AbstractIOObject |
|---|
copy, getLog, getSource, initWriting, read, setLoggingHandler, setSource, write |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface com.rapidminer.operator.IOObject |
|---|
copy, getLog, getSource, setLoggingHandler, setSource, write |
| Methods inherited from interface com.rapidminer.operator.Saveable |
|---|
getExtension, getFileDescription |
| Constructor Detail |
|---|
public AverageVector()
| Method Detail |
|---|
public abstract java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int size()
public void addAveragable(Averagable avg)
Averagable to the list of criteria.
public void removeAveragable(Averagable avg)
Averagable from the list of criteria.
public Averagable getAveragable(int index)
public Averagable getAveragable(java.lang.String name)
public int getSize()
public java.lang.String toResultString()
ResultObjectAdapterObject.toString().
toResultString in interface ResultObjecttoResultString in class ResultObjectAdapterpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.awt.Component getVisualizationComponent(IOContainer container)
ResultObjectAdapterResultObjectAdapter.toResultString() result
encoded as html. Please note that the returned pane is already enclosed
by a scroll pane. If you overwrite this method you should again ensure that
the returned component is scrollable. The given container is totally ignored.
getVisualizationComponent in interface ResultObjectgetVisualizationComponent in class ResultObjectAdapterpublic void buildAverages(AverageVector av)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||