| Package | Description |
|---|---|
| weka.core |
| Modifier and Type | Method and Description |
|---|---|
AlgVector |
AlgVector.add(AlgVector other)
Returns the sum of this vector with another.
|
AlgVector |
AlgVector.substract(AlgVector other)
Returns the difference of this vector minus another.
|
| Modifier and Type | Method and Description |
|---|---|
AlgVector |
AlgVector.add(AlgVector other)
Returns the sum of this vector with another.
|
double |
AlgVector.dotMultiply(AlgVector b)
Returns the inner (or dot) product of two vectors
|
AlgVector |
AlgVector.substract(AlgVector other)
Returns the difference of this vector minus another.
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.