Uses of Class
adams.data.indexedsplits.SplitIndices
-
Packages that use SplitIndices Package Description adams.data.indexedsplits -
-
Uses of SplitIndices in adams.data.indexedsplits
Fields in adams.data.indexedsplits with type parameters of type SplitIndices Modifier and Type Field Description protected Map<String,SplitIndices>
IndexedSplit. m_Indices
the splits.Methods in adams.data.indexedsplits that return types with arguments of type SplitIndices Modifier and Type Method Description Map<String,SplitIndices>
IndexedSplit. getIndices()
The current indices.Methods in adams.data.indexedsplits with parameters of type SplitIndices Modifier and Type Method Description void
IndexedSplit. add(SplitIndices indices)
Adds the indices (eg for train or test).
-