|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.core.Graph.AttributeStats
public static class Graph.AttributeStats
Attribute statistics.
| Field Summary | |
|---|---|
long |
distinct
Number of distinct values. |
Value |
max
Maximum existing value. |
double |
mean
Mean or average Sum of all Values divided by the number of observations. |
double |
median
Median Middle value that separates the higher half from the lower. |
Value |
min
Minimum existing value. |
Value |
mode
Most frequent Value. |
long |
modeCount
Number of objects with a Value equal to Graph.AttributeStats.mode, that is
the most frequent Value. |
long |
nil
Number of objects without a Value for the attribute. |
long |
total
Number of objects with a Value for the attribute. |
double |
variance
Variance. |
| Constructor Summary | |
|---|---|
Graph.AttributeStats()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public long total
public long nil
public long distinct
public Value min
public Value max
public Value mode
public long modeCount
Graph.AttributeStats.mode, that is
the most frequent Value.
public double mean
public double variance
public double median
| Constructor Detail |
|---|
public Graph.AttributeStats()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||