ImmutableDistanceMatrix |
ImmutableDistanceMatrix.Builder.build() |
|
static ImmutableDistanceMatrix |
ImmutableDistanceMatrix.copyOf(DistanceMatrix instance) |
|
static ImmutableDistanceMatrix |
ImmutableDistanceMatrix.of(Iterable<String> names,
double[][] matrix) |
Construct a new immutable DistanceMatrix instance.
|
static ImmutableDistanceMatrix |
ImmutableDistanceMatrix.of(List<String> names,
double[][] matrix) |
Construct a new immutable DistanceMatrix instance.
|
ImmutableDistanceMatrix |
ImmutableDistanceMatrix.withMatrix(double[]... elements) |
Copy the current immutable object with elements that replace the content of matrix.
|
ImmutableDistanceMatrix |
ImmutableDistanceMatrix.withNames(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of names.
|
ImmutableDistanceMatrix |
ImmutableDistanceMatrix.withNames(String... elements) |
Copy the current immutable object with elements that replace the content of names.
|