public class Coefficients extends Object
| Constructor and Description |
|---|
Coefficients() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(Coefficients rhs) |
List<String> |
getDescriptors() |
List<Double> |
getValues() |
Coefficients |
makeCopy() |
void |
setDescriptors(List<String> descriptors) |
void |
setValues(List<Double> values) |
int |
size() |
String |
toString() |
public void copy(Coefficients rhs)
public Coefficients makeCopy()
public int size()
Copyright © 2017. All rights reserved.