Home Reference Source

Typedef

Static Public Summary
public
public

Static Public

public DataSplit: Object source

Properties:

NameTypeAttributeDescription
feature number

Index of the feature by which to split

featureValue number

Split value of the feature by which to split

groups DataSplitGroups

Data groups resulting from the split

public DataSplitGroups: Object source

Properties:

NameTypeAttributeDescription
indices Array<Array<number>>

Two-dimensional array containing, for both groups, the indices of the samples belonging to the group

features Array<Array<number>>

Two-dimensional array containing, for both groups, the features of the samples belonging to the group

labels Array<Array<number>>

Two-dimensional array containing, for both groups, the labels of the samples belonging to the group