• Constructor Detail

      • NestedKernel

        public NestedKernel()

        Create a new NestedKernel.

      • NestedKernel

        public NestedKernel​(SVMKernel k)

        Create a new NestedKernel that wraps k.

        Parameters:
        k - the SVMKernel to wrap
    • Method Detail

      • setNestedKernel

        public void setNestedKernel​(SVMKernel k)

        Set the SVMKernel to nest to k.

        Parameters:
        k - the SVMKernel to nest.
      • getNestedKernel

        public SVMKernel getNestedKernel()

        Retrieve the currently nested SVMKernel.

        Returns:
        the nested SVMKernel