Enum Class Kci.KernelType

java.lang.Object
java.lang.Enum<Kci.KernelType>
edu.cmu.tetrad.search.test.Kci.KernelType
All Implemented Interfaces:
Serializable, Comparable<Kci.KernelType>, Constable
Enclosing class:
Kci

public static enum Kci.KernelType extends Enum<Kci.KernelType>
Represents the type of kernel to be used in a computation.
  • GAUSSIAN: Indicates the use of a Gaussian kernel, commonly used in various machine learning algorithms for its smooth and bell-shaped curve characteristics.
  • POLYNOMIAL: Represents a polynomial kernel, which is useful for problems requiring the representation of the input data in a higher-dimensional space.