Interface VectorValues.MultiIndexVectorValues

All Superinterfaces:
VectorValues
Enclosing interface:
VectorValues

public static interface VectorValues.MultiIndexVectorValues extends VectorValues
Provides a mapping from index name to vector, supplying vectors for a VectorCollection with multiple indexes defined.
  • Method Details

    • indexNameToVector

      Map<String,float[]> indexNameToVector()