| 
            
              SparseIrisInstances Property 
             | 
          
        
         
              Gets the data instances contained in Fisher's Iris flower dataset.
            
 
    Namespace: 
   Accord.DataSets
    Assembly:
   Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntaxpublic Sparse<double>[] Instances { get; }Public ReadOnly Property Instances As Sparse(Of Double)()
	Get
 Request Example
		View SourceProperty Value
Type: 
SparseDouble
See Also