public class ClusteringModelUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<org.dmg.pmml.clustering.ClusteringField> |
createClusteringFields(List<? extends Feature> features) |
static List<org.dmg.pmml.clustering.ClusteringField> |
createClusteringFields(List<? extends Feature> features,
List<? extends Number> weights) |
static org.dmg.pmml.Output |
createOutput(String name,
org.dmg.pmml.DataType dataType,
List<org.dmg.pmml.clustering.Cluster> clusters) |
public static List<org.dmg.pmml.clustering.ClusteringField> createClusteringFields(List<? extends Feature> features)
public static List<org.dmg.pmml.clustering.ClusteringField> createClusteringFields(List<? extends Feature> features, List<? extends Number> weights)
Copyright © 2023. All rights reserved.