Documentation of 'org.ddogleg.nn.alg.AxisSplitRule' Java class
AxisSplitRule
org.ddogleg.nn.alg

Interface AxisSplitRule

  • All Known Implementing Classes:
    AxisSplitRuleMax, AxisSplitRuleRandomK


    public interface AxisSplitRule
    Selects which axis the data should be split along when given a list of variances.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int select(double[] variance)
      Selects the index for splitting using the provided variances.
      void setDimension(int N)
      Specifies the point's dimension
    • Method Detail

      • setDimension

        void setDimension(int N)
        Specifies the point's dimension
        Parameters:
        N - dimension
      • select

        int select(double[] variance)
        Selects the index for splitting using the provided variances. The input list can be modified.
        Parameters:
        variance - List of variances for each dimension in the point
        Returns:
        The selected split axis

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.