All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencent.angel.spark.ml.psf.embedding.bad.W2VPullResult Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.tencent.angel.spark.ml.psf.embedding.bad;

import com.tencent.angel.ml.matrix.psf.get.base.GetResult;

public class W2VPullResult extends GetResult {
  public int[] indices;
  public float[] layers;

  public W2VPullResult(int[] indices, float[] layers) {
    this.indices = indices;
    this.layers = layers;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy