| Package | Description |
|---|---|
| com.aliasi.cluster |
Classes for clustering data and evaluation.
|
| com.aliasi.util |
Classes for general Java utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Tuple<E>> |
ClusterScore.falseNegatives()
Returns the set of false negative relations for this scoring.
|
Set<Tuple<E>> |
ClusterScore.falsePositives()
Returns the set of false positive relations for this scoring.
|
Set<Tuple<E>> |
ClusterScore.truePositives()
Returns the set of true positive relations for this scoring.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Tuple<E> |
Tuple.create()
Returns a zero-length tuple.
|
static <E> Tuple<E> |
Tuple.create(E obj)
Returns a tuple of length one containing the specified
object.
|
static <E> Tuple<E> |
Tuple.create(E[] objs)
Creates a tuple from the specified array
of objects.
|
static <E> Tuple<E> |
Tuple.create(E o1,
E o2)
Returns a new tuple representing a pair of objects.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.