Documentation of 'Catalano.MachineLearning.FeatureScaling.IFeatureScaling' Java class
IFeatureScaling
Catalano.MachineLearning.FeatureScaling

Interface IFeatureScaling

    • Method Detail

      • Apply

        double[][] Apply(double[][] data)
        Apply the normalization.
        Parameters:
        data - Data to be normalized.
        Returns:
        Normalized data.
      • Apply

        double[][] Apply(DecisionVariable[] variables,
                         double[][] data)
        Apply the normalization.
        Parameters:
        variables - Decision variables.
        data - Data to be normalized.
        Returns:
        Normalized. data.
      • ApplyInPlace

        void ApplyInPlace(double[][] data)
        Apply the normalization in place of the original data.
        Parameters:
        data - Data to be normalized.
      • ApplyInPlace

        void ApplyInPlace(DecisionVariable[] variables,
                          double[][] data)
        Apply the normalization in place of the original data.
        Parameters:
        variables - Decision variables.
        data - Data to be normalized.
      • Compute

        double[] Compute(double[] feature)
        Normalize the feature.
        Parameters:
        feature - Feature to be normalized.
        Returns:
        Normalized feature.
      • Compute

        double[] Compute(DecisionVariable[] variables,
                         double[] feature)
        Normalize the feature.
        Parameters:
        variables - Decision variables.
        feature - Feature.
        Returns:
        Normalized feature.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.