Click or drag to resize
Accord.NET (logo)

IClusterCollectionTData, TCluster Properties

The IClusterCollectionTData, TCluster generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of clusters in the collection.
(Inherited from IClusterCollectionTData.)
Public propertyItem
Gets the cluster at the given index.
Public propertyNumberOfClasses
Gets or sets the number of classes expected and recognized by the classifier.
(Inherited from IClassifier.)
Public propertyNumberOfInputs
Gets or sets the number of inputs accepted by the model.
(Inherited from ITransform.)
Public propertyNumberOfOutputs
Gets or sets the number of outputs generated by the model.
(Inherited from ITransform.)
Top
See Also