Class BoundaryKernelClassifierWithPlaneProjectionsNB

  • All Implemented Interfaces:
    Serializable, Cloneable, weka.classifiers.Classifier, weka.core.BatchPredictor, weka.core.CapabilitiesHandler, weka.core.CapabilitiesIgnorer, weka.core.CommandlineRunnable, weka.core.OptionHandler, weka.core.RevisionHandler, weka.tools.GlobalInfoHandler

    public class BoundaryKernelClassifierWithPlaneProjectionsNB
    extends BoundaryKernelClassifier
    Since:
    2.3.0
    Version:
    2.3.0
    Author:
    pawel trajdos
    See Also:
    Serialized Form
    • Constructor Detail

      • BoundaryKernelClassifierWithPlaneProjectionsNB

        public BoundaryKernelClassifierWithPlaneProjectionsNB()
    • Method Detail

      • getPlaneProjectionProto

        public weka.classifiers.Classifier getPlaneProjectionProto()
        Returns:
        the nbProto
      • setPlaneProjectionProto

        public void setPlaneProjectionProto​(weka.classifiers.Classifier nbProto)
        Set the prototype of the plane projection estimator prototype
        Parameters:
        planeProjectionProto -
      • planeProjectionProtoTipText

        public String planeProjectionProtoTipText()