| Package | Description |
|---|---|
| stream.data.vector |
| Modifier and Type | Class and Description |
|---|---|
class |
InputVector |
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.add(double factor,
Vector x) |
Vector |
Vector.add(Vector x) |
static Vector |
Vector.createSparseVector(Data datum) |
Vector |
Vector.scale(double s) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.add(double factor,
Vector x) |
Vector |
Vector.add(Vector x) |
double |
Vector.innerProduct(Vector x) |
| Constructor and Description |
|---|
Vector(Vector x)
A copy constructor
|
Copyright © 2014. All rights reserved.