| Package | Description |
|---|---|
| org.apache.mahout.math |
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Centroid
A centroid is a weighted vector.
|
| Modifier and Type | Method and Description |
|---|---|
WeightedVector |
WeightedVector.clone() |
static WeightedVector |
WeightedVector.project(Vector v,
Vector projection) |
static WeightedVector |
WeightedVector.project(Vector v,
Vector projection,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
WeightedVectorComparator.compare(WeightedVector a,
WeightedVector b) |
| Constructor and Description |
|---|
Centroid(WeightedVector original) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.