40414243444546
this.useValues = useValues; this.numFeatures = numFeatures; this.numLabels = numLabels; this.constraints = new TIntObjectHashMap<MaxEntFLPRConstraint>(); this.indexCache = new TIntArrayList(); this.valueCache = new TDoubleArrayList(); }
13141516171819
TIntArrayList indices; TDoubleArrayList values; public SparseVector() { indices = new TIntArrayList(); values = new TDoubleArrayList(); }