org.ddogleg.nn.alg
Interface AxisSplitRule
-
- All Known Implementing Classes:
- AxisSplitRuleMax, AxisSplitRuleRandomK
public interface AxisSplitRuleSelects 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 intselect(double[] variance)Selects the index for splitting using the provided variances.voidsetDimension(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