Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ clone
Method
clone
JSAT/src/jsat/classifiers/PriorClassifier.java:65–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
@Override
66
public
Classifier clone()
67
{
68
PriorClassifier clone =
new
PriorClassifier();
69
if
(this.cr != null)
70
clone.cr = this.cr.clone();
71
return
clone;
72
}
73
}
Callers
nothing calls this directly
Calls
1
clone
Method · 0.65
Tested by
no test coverage detected