|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.datatable.PairwiseMatrix2DataTableRowIterator
public class PairwiseMatrix2DataTableRowIterator
This iterator iterates over examples of a numerical matrix and creates
CorrelationMatrixRow2DataTableRowWrapper objects.
If matrix is symetrical, it will iterate only over the pairs of the lower left triangle of the matrix,
sparing the diagonal. Otherwise it will return all pairs.
| Constructor Summary | |
|---|---|
PairwiseMatrix2DataTableRowIterator(NumericalMatrix matrix)
Creates a new DataTable iterator backed up by examples. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
DataTableRow |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PairwiseMatrix2DataTableRowIterator(NumericalMatrix matrix)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<DataTableRow>public DataTableRow next()
next in interface java.util.Iterator<DataTableRow>public void remove()
remove in interface java.util.Iterator<DataTableRow>
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||