Package org.fnlp.ml.types.sv

Examples of org.fnlp.ml.types.sv.SparseVector.normalize()


  private static final long serialVersionUID = -4740915822925015609L;

  @Override
  public void addThruPipe(Instance instance) {
    SparseVector data = (SparseVector) instance.getData();
    data.normalize();
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.