Class BoundaryKernelClassifierWithPlaneProjectionsAbstract

  • 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
    Direct Known Subclasses:
    BoundaryKernelClassifierWithPlaneProjections

    public abstract class BoundaryKernelClassifierWithPlaneProjectionsAbstract
    extends BoundaryKernelClassifier
    Since:
    2.3.0
    Version:
    2.3.0
    Author:
    pawel trajdoss
    See Also:
    Serialized Form
    • Constructor Detail

      • BoundaryKernelClassifierWithPlaneProjectionsAbstract

        public BoundaryKernelClassifierWithPlaneProjectionsAbstract​(ClassifierWithBoundaries nearestCentroidBoundary)
        Parameters:
        nearestCentroidBoundary -
      • BoundaryKernelClassifierWithPlaneProjectionsAbstract

        public BoundaryKernelClassifierWithPlaneProjectionsAbstract()
    • Method Detail

      • getPlaneProjectionEstimatorProto

        public weka.estimators.MultivariateEstimatorFromInstances getPlaneProjectionEstimatorProto()
        Returns:
        the planeProjectionEstimatorProto
      • setPlaneProjectionEstimatorProto

        public void setPlaneProjectionEstimatorProto​(weka.estimators.MultivariateEstimatorFromInstances planeProjectionEstimatorProto)
        Parameters:
        planeProjectionEstimatorProto - the planeProjectionEstimatorProto to set
      • planeProjectionEstimatorProtoTipText

        public String planeProjectionEstimatorProtoTipText()