|
||||||||||
| 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rapidminer.operator.AbstractIOObject |
|---|
AbstractIOObject.InputStreamProvider |
| 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. |
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, getAnnotations, getName, getResultIcon, log, log, logError, logNote, logWarning, toHTML |
| Methods inherited from class com.rapidminer.operator.AbstractIOObject |
|---|
appendOperatorToHistory, copy, getLog, getProcessingHistory, getSource, initWriting, read, read, read, 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 |
|---|
appendOperatorToHistory, copy, getLog, getProcessingHistory, getSource, setLoggingHandler, setSource, write |
| 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 void buildAverages(AverageVector av)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||