Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ trainC
Method
trainC
JSAT/src/jsat/classifiers/boosting/LogitBoost.java:145–148 ·
view source on GitHub ↗
(ClassificationDataSet dataSet, ExecutorService threadPool)
Source
from the content-addressed store, hash-verified
143
}
144
145
public
void
trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
146
{
147
trainC(dataSet);
148
}
149
150
public
void
trainC(ClassificationDataSet dataSet)
151
{
Callers
2
testClone
Method · 0.95
call
Method · 0.95
Calls
14
P
Method · 0.95
setWeight
Method · 0.95
train
Method · 0.95
getClassSize
Method · 0.80
getAsFloatDPPList
Method · 0.80
getDataPointCategory
Method · 0.80
clone
Method · 0.65
getSampleSize
Method · 0.45
getDataPoint
Method · 0.45
get
Method · 0.45
min
Method · 0.45
max
Method · 0.45
Tested by
1
testClone
Method · 0.76