MCPcopy Create free account
hub / github.com/davisking/dlib / main

Function main

examples/linear_manifold_regularizer_ex.cpp:136–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134// ----------------------------------------------------------------------------------------
135
136int main()
137{
138 // Run the test without any manifold regularization.
139 test_manifold_regularization(0);
140
141 // Run the test with manifold regularization. You can think of this number as
142 // a measure of how much we trust the manifold assumption. So if you are really
143 // confident that you can select neighboring points which should have the same
144 // classification then make this number big.
145 test_manifold_regularization(10000.0);
146}
147
148// ----------------------------------------------------------------------------------------
149

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected