SparseToDense.Options

public static class SparseToDense.Options

Optional attributes for SparseToDense

Public Methods

SparseToDense.Options
validateIndices(Boolean validateIndices)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public SparseToDense.Options validateIndices (Boolean validateIndices)

Parameters
validateIndices If true, indices are checked to make sure they are sorted in lexicographic order and that there are no repeats.