Documentation of 'org.jdmp.core.algorithm.regression.AbstractRegressor' Java class
AbstractRegressor
org.jdmp.core.algorithm.regression

Class AbstractRegressor

    • Constructor Detail

      • AbstractRegressor

        public AbstractRegressor(java.lang.String inputLabel,
                                 java.lang.String targetLabel,
                                 java.lang.String weightLabel)
      • AbstractRegressor

        public AbstractRegressor(java.lang.String inputLabel,
                                 java.lang.String targetLabel)
      • AbstractRegressor

        public AbstractRegressor(java.lang.String inputLabel)
      • AbstractRegressor

        public AbstractRegressor()
    • Method Detail

      • getInputLabel

        public java.lang.String getInputLabel()
        Specified by:
        getInputLabel in interface Regressor
      • getWeightLabel

        public java.lang.String getWeightLabel()
      • setWeightLabel

        public void setWeightLabel(java.lang.String weightLabel)
      • setInputLabel

        public void setInputLabel(java.lang.String inputLabel)
      • setTargetLabel

        public void setTargetLabel(java.lang.String targetLabel)
      • getOutputErrorAlgorithm

        public Algorithm getOutputErrorAlgorithm()
      • setOutputErrorAlgorithm

        public void setOutputErrorAlgorithm(Algorithm a)
      • getMode

        public int getMode()
      • setMode

        public void setMode(int mode)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.