public class ZParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZParams.Aggregate |
| Constructor and Description |
|---|
ZParams() |
| Modifier and Type | Method and Description |
|---|---|
ZParams |
aggregate(ZParams.Aggregate aggregate) |
Collection<byte[]> |
getParams() |
ZParams |
weights(int... weights)
Deprecated.
Use
weightsByDouble(double...) instead |
ZParams |
weightsByDouble(double... weights)
Set weights.
|
@Deprecated public ZParams weights(int... weights)
weightsByDouble(double...) insteadweights - weights.public ZParams weightsByDouble(double... weights)
weights - weights.public Collection<byte[]> getParams()
public ZParams aggregate(ZParams.Aggregate aggregate)
Copyright © 2015. All rights reserved.