C# Class BigML.Cluster

A cluster is a set of groups (i.e., clusters) of instances of a dataset that have been automatically classified together according to a distance measure computed using the fields of the dataset. Each group is represented by a centroid or center that is computed using the mean for each numeric field and the mode for each categorical field. The complete and updated reference with all available parameters is in our documentation website.
Inheritance: Response
Show file Open project: bigmlcom/bigml-csharp Class Usage Examples