|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnboundLabelException | |
---|---|
org.apache.mahout.math | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. |
Uses of UnboundLabelException in org.apache.mahout.math |
---|
Methods in org.apache.mahout.math that throw UnboundLabelException | |
---|---|
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |