Documentation of 'jsat.regression.AveragedRegressor' Java class
AveragedRegressor
jsat.regression

Class AveragedRegressor

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Regressor


    public class AveragedRegressor
    extends java.lang.Object
    implements Regressor
    Creates a regressor that averages the results of several voting regression methods. Null values are not supported, and will cause errors at a later time. The averaged regressor can be trained, and will train each of its voting regressors. If each regressor is of the same type, training may not be advisable.
    See Also:
    Serialized Form
    • Constructor Detail

      • AveragedRegressor

        public AveragedRegressor(Regressor... voters)
        Constructs a new averaged regressor using the given array of voters
        Parameters:
        voters - the array of voters to use
      • AveragedRegressor

        public AveragedRegressor(java.util.List<Regressor> voters)
        Constructs a new averaged regressor using the given list of voters. The list of voters will be copied into a new space, so the list may safely be reused.
        Parameters:
        voters - the array of voters to use

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.