Uses of Class
org.apache.mahout.math.IndexException

Packages that use IndexException
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
 

Uses of IndexException in org.apache.mahout.math
 

Methods in org.apache.mahout.math that throw IndexException
 double Vector.get(java.lang.String label)
          Return the value at the index defined by the label
 double AbstractVector.get(java.lang.String label)
           
 double Matrix.get(java.lang.String rowLabel, java.lang.String columnLabel)
          Return the value at the given labels
 double AbstractMatrix.get(java.lang.String rowLabel, java.lang.String columnLabel)
           
 void Vector.set(java.lang.String label, double value)
          Set the value at the index that is mapped to the label
 void AbstractVector.set(java.lang.String label, double value)
           
 void Vector.set(java.lang.String label, int index, double value)
          Set the value at the index and add the label to the bindings
 void AbstractVector.set(java.lang.String label, int index, double value)
           
 void Matrix.set(java.lang.String rowLabel, java.lang.String columnLabel, double value)
          Set the value at the given index
 void AbstractMatrix.set(java.lang.String rowLabel, java.lang.String columnLabel, double value)
           
 void Matrix.set(java.lang.String rowLabel, java.lang.String columnLabel, int row, int column, double value)
          Set the value at the given index, updating the row and column label bindings
 void AbstractMatrix.set(java.lang.String rowLabel, java.lang.String columnLabel, int row, int column, double value)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.