Class Matrix
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.eval.Matrix
 
- 
- All Implemented Interfaces:
- Iterable<List<Double>>,- Attributes
 
 public class Matrix extends Object implements Iterable<List<Double>>, Attributes 
- 
- 
Constructor SummaryConstructors Constructor Description Matrix(double[][] data)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAttribute(String key)Map<?,?>getAttributes()intgetColumnCount()List<String>getColumnLabels()double[][]getData()intgetRowCount()List<String>getRowLabels()Iterator<List<Double>>iterator()voidsetAttribute(String key, Object value)voidsetColumnLabels(List<String> columnLabels)voidsetRowLabels(List<String> rowLabels)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.IterableforEach, spliterator
 
- 
 
- 
- 
- 
Method Detail- 
getAttributespublic Map<?,?> getAttributes() - Specified by:
- getAttributesin interface- Attributes
 
 - 
setAttributepublic void setAttribute(String key, Object value) - Specified by:
- setAttributein interface- Attributes
 
 - 
getAttributepublic Object getAttribute(String key) - Specified by:
- getAttributein interface- Attributes
 
 - 
getDatapublic double[][] getData() 
 - 
getRowCountpublic int getRowCount() 
 - 
getColumnCountpublic int getColumnCount() 
 
- 
 
-