| 
            
              NpzDictionaryTLoad Method 
             | 
          
        
         
              Loads the array from the specified stream.
            
 
    Namespace: 
   Accord.IO
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxprotected virtual T Load(
	Stream s
)
Protected Overridable Function Load ( 
	s As Stream
) As T
 Request Example
		View SourceParameters
- s
 - Type: System.IOStream
 
Return Value
Type: 
T
See Also