Click or drag to resize
Accord.NET (logo)

Log Constructor (Int32)

Constructs a new Log Kernel

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Log(
	int degree
)
Request Example View Source

Parameters

degree
Type: SystemInt32
The kernel's degree.
See Also