static FrequentDirections newInstance()

in src/main/java/org/apache/datasketches/vector/decomposition/FrequentDirections.java [95:97]


  static FrequentDirections newInstance(final int k, final int d, final MatrixType type) {
    return new FrequentDirections(k, d, null, type);
  }