public class PolynomialCluster extends Object
Constructor and Description |
---|
PolynomialCluster(Polynomial meanPolynomial,
Polynomial[] clusterMembers) |
Modifier and Type | Method and Description |
---|---|
Polynomial[] |
getClusterMembers() |
Polynomial |
getMeanPolynomial() |
public PolynomialCluster(Polynomial meanPolynomial, Polynomial[] clusterMembers)
public Polynomial getMeanPolynomial()
public Polynomial[] getClusterMembers()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.