Ignore:
Timestamp:
Jan 6, 2011, 9:41:42 AM (14 years ago)
Author:
toshi
Message:

ultimo commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/localSpectral/src/clustering/VertexScore.java

    r27 r36  
    55
    66    private V vertex;
    7     private double score;
     7    private float score;
    88
    9     public VertexScore(V vertex, double score) {
     9    public VertexScore(V vertex, float score) {
    1010        this.vertex = vertex;
    1111        this.score = score;
     
    1616    }
    1717
    18     public void setScore(double score) {
     18    public void setScore(float score) {
    1919        this.score = score;
    2020    }
Note: See TracChangeset for help on using the changeset viewer.