Package cc.mallet.types
Class PerLabelInfoGain
- java.lang.Object
-
- cc.mallet.types.PerLabelInfoGain
-
public class PerLabelInfoGain extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PerLabelInfoGain.Factory
-
Constructor Summary
Constructors Constructor Description PerLabelInfoGain(InstanceList ilist)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static double[][]
calcPerLabelInfoGains(InstanceList ilist)
InfoGain
getInfoGain(int classIndex)
int
getNumClasses()
-
-
-
Constructor Detail
-
PerLabelInfoGain
public PerLabelInfoGain(InstanceList ilist)
-
-
Method Detail
-
getInfoGain
public InfoGain getInfoGain(int classIndex)
-
getNumClasses
public int getNumClasses()
-
calcPerLabelInfoGains
public static double[][] calcPerLabelInfoGains(InstanceList ilist)
-
-