Uses of Class
org.dmg.pmml.clustering.Covariances
-
Packages that use Covariances Package Description org.dmg.pmml org.dmg.pmml.clustering org.jpmml.model.visitors -
-
Uses of Covariances in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Covariances Modifier and Type Method Description VisitorActionVisitor. visit(Covariances covariances) -
Uses of Covariances in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return Covariances Modifier and Type Method Description CovariancesCovariances. addExtensions(Extension... extensions)CovariancesObjectFactory. createCovariances()Create an instance ofCovariancesCovariancesCluster. getCovariances()CovariancesCovariances. setMatrix(Matrix matrix)Methods in org.dmg.pmml.clustering with parameters of type Covariances Modifier and Type Method Description ClusterCluster. setCovariances(Covariances covariances) -
Uses of Covariances in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Covariances Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Covariances covariances)
-