Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ functions
Functions
368 in github.com/WinVector/Logistic
⨍
Functions
368
◇
Types & classes
106
Method
origColumn
()
src/com/winvector/variables/LevelVectors.java:48
Method
origColumn
()
src/com/winvector/variables/NumericVariable.java:19
Method
origColumn
()
src/com/winvector/variables/LevelIndicators.java:42
Method
printTable
(final Map<String,Map<String,double[]>> encodings)
src/com/winvector/variables/BTable.java:251
Method
process
(final BurstMap row, final double[] vec)
src/com/winvector/variables/ConstRecord.java:37
Method
process
(final BurstMap row, final double[] vec)
src/com/winvector/variables/LevelVectors.java:68
Method
process
(final BurstMap row, final double[] vec)
src/com/winvector/variables/NumericVariable.java:39
Method
process
(final BurstMap row, final double[] vec)
src/com/winvector/variables/LevelIndicators.java:62
Method
readFields
(final DataInput din)
src/com/winvector/logistic/mr/WritableVariableList.java:83
Method
reduce
(final Iterable<? extends T> dat, final S serialObserver, final Z parallelObserver)
test/com/winvector/util/ForcedIntermediateObserver.java:10
Method
reduce
(final Iterable<? extends T> dat, final S serialObserver, final Z parallelObserver)
test/com/winvector/util/FullSerialReducer.java:12
Method
reduce
(final LongWritable key, final Iterable<LongWritable> values, final Context context)
src/com/winvector/logistic/mr/MapRedAccuracy.java:128
Method
reduce
(final Text key, final Iterable<DoubleWritable> values, final Context context)
src/com/winvector/logistic/mr/MapRedFn.java:266
Method
reduce
(final LongWritable key, final Iterable<WritableVariableList> values, final Context context)
src/com/winvector/logistic/mr/MapRedScan.java:77
Method
reduce
(final LongWritable key, final Iterable<WritableVariableList> values, final Context context)
src/com/winvector/logistic/mr/MapRedScan.java:174
Method
remove
()
test/com/winvector/logistic/RExample.java:58
Method
remove
()
src/com/winvector/opt/impl/AdapterIterableBase.java:73
Method
removeEldestEntry
(final Map.Entry<Double,VEval> eldest)
src/com/winvector/opt/impl/SFun.java:26
Method
setup
(final Context context)
src/com/winvector/logistic/mr/MapRedAccuracy.java:68
Method
setup
(final Context context)
src/com/winvector/logistic/mr/MapRedScore.java:63
Method
setup
(final Context context)
src/com/winvector/logistic/mr/MapRedScore.java:111
Method
setup
(final Context context)
src/com/winvector/logistic/mr/MapRedFn.java:148
Method
setup
(final Context context)
src/com/winvector/logistic/mr/MapRedScan.java:41
Method
setup
(final Context context)
src/com/winvector/logistic/mr/MapRedScan.java:142
Method
solve
(final double[][] a, final double[] b)
src/com/winvector/opt/impl/APISolver.java:21
Method
test1
random data > dat <- read.table('exdat.txt',header=T,sep='\t') > model <- glm(y~x1+x2+x3,family=binomial(link='logit'),data=dat) > predict(model,type
test/com/winvector/logistic/TestLog1.java:77
Method
testB
chosen to run to infinity > dat <- read.table('exB.txt',header=T,sep='\t') > model <- glm(y~x1+x2,family=binomial(link='logit'),data=dat) > predict(m
test/com/winvector/logistic/TestLogM.java:61
Method
testB
chosen to run to infinity > dat <- read.table('exB.txt',header=T,sep='\t') > model <- glm(y~x1+x2,family=binomial(link='logit'),data=dat) > predict(m
test/com/winvector/logistic/TestLog1.java:142
Method
testBase64
()
test/com/winvector/util/TestSerialUtils.java:10
Method
testCGSolver
()
test/com/winvector/opt/imp/TestLinearSolver.java:26
Method
testCholeskySolver
()
test/com/winvector/opt/imp/TestLinearSolver.java:44
Method
testDirectSolver
()
test/com/winvector/opt/imp/TestLinearSolver.java:35
Method
testGH
()
test/com/winvector/logistic/TestLog1.java:16
Method
testGH2
()
test/com/winvector/logistic/TestLog1.java:42
Method
testGHR
()
test/com/winvector/logistic/TestLog1.java:29
Method
testGHR2
()
test/com/winvector/logistic/TestLog1.java:56
Method
testLinMax
()
test/com/winvector/opt/imp/TestOpt.java:32
Method
testLinMin
()
test/com/winvector/opt/imp/TestOpt.java:39
Method
testMH
()
test/com/winvector/logistic/TestLogM.java:16
Method
testMHR
()
test/com/winvector/logistic/TestLogM.java:32
Method
testMRScore
()
test/com/winvector/logistic/mr/TestRoundTrip.java:25
Method
testMRTrain
()
test/com/winvector/logistic/mr/TestRoundTrip.java:51
Method
testMax
()
test/com/winvector/opt/imp/TestOpt.java:78
Method
testNormGH
()
test/com/winvector/logistic/TestOpt.java:87
Method
testNormOpt
()
test/com/winvector/logistic/TestOpt.java:97
Method
testNormV
()
test/com/winvector/logistic/TestOpt.java:67
Method
testNormV2
()
test/com/winvector/logistic/TestOpt.java:76
Method
testTestScore
make sure we can score rows without a result already present @throws Exception
test/com/winvector/logistic/TestLRPath.java:180
Method
testTrainAccuracy
()
test/com/winvector/logistic/TestLRPath.java:127
Method
testTrainAccuracy
()
test/com/winvector/logistic/TestLRPathPlus.java:132
Method
testTrainPlusAdpat
()
test/com/winvector/logistic/TestLRPathPlus.java:154
Method
testTrainScore
()
test/com/winvector/logistic/TestLRPath.java:150
Method
testTrainScore
()
test/com/winvector/logistic/TestLRPathPlus.java:171
Method
testVectorEncodingB
()
test/com/winvector/logistic/TestLRPathPlus.java:198
Method
toString
()
src/com/winvector/variables/LevelVectors.java:144
Method
toString
()
src/com/winvector/variables/NumericVariable.java:54
Method
toString
()
src/com/winvector/variables/LevelIndicators.java:102
Method
toString
()
src/com/winvector/logistic/mr/WritableVariableList.java:133
Method
toString
()
src/com/winvector/opt/def/VEval.java:41
Method
toString
()
src/com/winvector/opt/impl/SparseExampleRow.java:42
Method
toString
()
src/com/winvector/opt/impl/SparseSemiVec.java:47
Method
wantRegularization
()
src/com/winvector/variables/ConstRecord.java:32
Method
wantRegularization
()
src/com/winvector/variables/LevelVectors.java:63
Method
wantRegularization
()
src/com/winvector/variables/NumericVariable.java:34
Method
wantRegularization
()
src/com/winvector/variables/LevelIndicators.java:57
Method
weight
(final BurstMap row)
src/com/winvector/variables/VariableEncodings.java:83
Method
weight
()
src/com/winvector/opt/impl/SparseExampleRow.java:37
Method
write
(final DataOutput dout)
src/com/winvector/logistic/mr/WritableVariableList.java:106
← previous
301–368 of 368, ranked by callers