MCPcopy Index your code
hub / github.com/WinVector/Logistic / dim

Method dim

src/com/winvector/opt/def/DModel.java:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5public interface DModel<T extends ExampleRow> extends Serializable {
6 int dim();
7 int noutcomes();
8
9 /**

Callers 15

testGradAndHessianMethod · 0.65
testTrainPlusAdpatMethod · 0.65
testVectorEncodingBMethod · 0.65
translateToMethod · 0.65
trainMethod · 0.65
scoreMethod · 0.65
dimMethod · 0.65
runMethod · 0.65
dimMethod · 0.65
evalMethod · 0.65

Implementers 1

SigmoidLossMultinomialsrc/com/winvector/logistic/SigmoidLoss

Calls

no outgoing calls

Tested by 4

testGradAndHessianMethod · 0.52
testTrainPlusAdpatMethod · 0.52
testVectorEncodingBMethod · 0.52