Class ClassAssigner

  • All Implemented Interfaces:
    java.io.Serializable, BaseStepExtender, Step

    @KFStep(name="ClassAssigner",
            category="Evaluation",
            toolTipText="Designate which column is to be considered the class column in incoming data.",
            iconPath="weka/gui/knowledgeflow/icons/ClassAssigner.gif")
    public class ClassAssigner
    extends BaseStep
    Knowledge Flow step for assigning a class attribute in incoming data
    Version:
    $Revision: $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassAssigner

        public ClassAssigner()
    • Method Detail

      • setClassColumn

        public void setClassColumn​(java.lang.String col)
        Set the class column to use
        Parameters:
        col - the class column to use
      • getClassColumn

        public java.lang.String getClassColumn()
        Get the class column to use
        Returns:
        the class column to use
      • stepInit

        public void stepInit()
                      throws WekaException
        Initialize the step prior to execution
        Throws:
        WekaException - if a problem occurs
      • getIncomingConnectionTypes

        public java.util.List<java.lang.String> getIncomingConnectionTypes()
        Get the incoming connections that this step can accept at this time
        Returns:
        a list of incoming connection types that can be accepted
      • getOutgoingConnectionTypes

        public java.util.List<java.lang.String> getOutgoingConnectionTypes()
        Get the outgoing connection types that this step can produce at this time
        Returns:
        a list of outgoing connections that can be produced
      • getCustomEditorForStep

        public java.lang.String getCustomEditorForStep()
        Get the custom editor for this step
        Specified by:
        getCustomEditorForStep in interface Step
        Overrides:
        getCustomEditorForStep in class BaseStep
        Returns:
        the fully qualified class name of the clustom editor for this step