Uses of Class
com.yahoo.tensor.Tensor.Cell
Packages that use Tensor.Cell
-
Uses of Tensor.Cell in com.yahoo.tensor
Methods in com.yahoo.tensor that return Tensor.CellModifier and TypeMethodDescriptionTensor.Cell.detach()Return a copy of this tensor cell which is valid beyond the lifetime of any iterator state which supplied it.IndexedTensor.SubspaceIterator.next()Returns the next cell, which is valid until next() is called againMethods in com.yahoo.tensor that return types with arguments of type Tensor.CellModifier and TypeMethodDescriptionIndexedTensor.cellIterator()Returns an iterator over the cells of this in the standard value order.MappedTensor.cellIterator()MixedTensor.cellIterator()Returns an iterator over the cells of this tensor.Tensor.cellIterator()Returns the cell of this in some undefined order.default List<Tensor.Cell>Tensor.largest()Returns the cell(s) of this tensor having the highest valuedefault List<Tensor.Cell>Tensor.smallest()Returns the cell(s) of this tensor having the lowest valueMethods in com.yahoo.tensor with parameters of type Tensor.CellModifier and TypeMethodDescriptiondefault Tensor.BuilderTensor.Builder.cell(Tensor.Cell cell) Adds the given cell to this tensordefault Tensor.BuilderTensor.Builder.cell(Tensor.Cell cell, double value) Add a celldefault Tensor.BuilderTensor.Builder.cell(Tensor.Cell cell, float value)