jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
Main Page
Namespaces
Classes
Files
File List
File Members
File List
Here is a list of all files with brief descriptions:
[detail level
1
2
3
4
5
]
▼
jubatus
▼
core
►
anomaly
anomaly.hpp
anomaly_base.cpp
anomaly_base.hpp
anomaly_factory.cpp
anomaly_factory.hpp
anomaly_type.hpp
light_lof.cpp
light_lof.hpp
lof.cpp
lof.hpp
lof_storage.cpp
lof_storage.hpp
►
bandit
arm_info.hpp
bandit_base.hpp
bandit_factory.cpp
bandit_factory.hpp
epsilon_greedy.cpp
epsilon_greedy.hpp
exp3.cpp
exp3.hpp
select_by_weights.cpp
select_by_weights.hpp
softmax.cpp
softmax.hpp
summation_storage.cpp
summation_storage.hpp
ucb1.cpp
ucb1.hpp
►
burst
aggregator.cpp
aggregator.hpp
burst.cpp
burst.hpp
burst_result.cpp
burst_result.hpp
engine.cpp
engine.hpp
input_window.hpp
result_storage.cpp
result_storage.hpp
result_window.hpp
window_fwd.hpp
window_intersection.hpp
►
classifier
arow.cpp
arow.hpp
classifier.hpp
classifier_base.hpp
classifier_config.hpp
classifier_factory.cpp
classifier_factory.hpp
classifier_test_util.hpp
classifier_type.hpp
classifier_util.hpp
confidence_weighted.cpp
confidence_weighted.hpp
linear_classifier.cpp
linear_classifier.hpp
nearest_neighbor_classifier.cpp
nearest_neighbor_classifier.hpp
normal_herd.cpp
normal_herd.hpp
passive_aggressive.cpp
passive_aggressive.hpp
passive_aggressive_1.cpp
passive_aggressive_1.hpp
passive_aggressive_2.cpp
passive_aggressive_2.hpp
perceptron.cpp
perceptron.hpp
►
clustering
clustering.cpp
clustering.hpp
clustering_config.hpp
clustering_method.hpp
clustering_method_factory.cpp
clustering_method_factory.hpp
compressive_storage.cpp
compressive_storage.hpp
compressor.hpp
discrete_distribution.cpp
discrete_distribution.hpp
eigen_feature_mapper.cpp
eigen_feature_mapper.hpp
event_dispatcher.hpp
gmm.cpp
gmm.hpp
gmm_clustering_method.cpp
gmm_clustering_method.hpp
gmm_compressor.cpp
gmm_compressor.hpp
gmm_types.hpp
kmeans_clustering_method.cpp
kmeans_clustering_method.hpp
kmeans_compressor.cpp
kmeans_compressor.hpp
simple_storage.cpp
simple_storage.hpp
storage.cpp
storage.hpp
storage_factory.cpp
storage_factory.hpp
testutil.hpp
types.hpp
util.cpp
util.hpp
►
common
►
jsonconfig
cast.hpp
config.cpp
config.hpp
exception.cpp
exception.hpp
assert.hpp
assoc_vector.hpp
big_endian.hpp
byte_buffer.hpp
exception.cpp
exception.hpp
exception_info.hpp
hash.hpp
jsonconfig.hpp
key_manager.cpp
key_manager.hpp
portable_mixer.hpp
type.hpp
unordered_map.hpp
vector_util.cpp
vector_util.hpp
version.cpp
version.hpp
►
driver
anomaly.cpp
anomaly.hpp
bandit.cpp
bandit.hpp
burst.cpp
burst.hpp
classifier.cpp
classifier.hpp
clustering.cpp
clustering.hpp
driver.cpp
driver.hpp
graph.cpp
graph.hpp
nearest_neighbor.cpp
nearest_neighbor.hpp
recommender.cpp
recommender.hpp
regression.cpp
regression.hpp
stat.cpp
stat.hpp
test_util.hpp
►
framework
diffv.hpp
linear_function_mixer.cpp
linear_function_mixer.hpp
linear_mixable.cpp
linear_mixable.hpp
mixable.cpp
mixable.hpp
mixable_helper.hpp
mixable_versioned_table.cpp
mixable_versioned_table.hpp
model.cpp
model.hpp
packer.hpp
push_mixable.cpp
push_mixable.hpp
stream_writer.hpp
►
fv_converter
binary_feature.hpp
binary_feature_factory.cpp
binary_feature_factory.hpp
character_ngram.cpp
character_ngram.hpp
combination_feature.hpp
combination_feature_factory.cpp
combination_feature_factory.hpp
combination_feature_impl.hpp
converter_config.cpp
converter_config.hpp
counter.hpp
datum.hpp
datum_to_fv_converter.cpp
datum_to_fv_converter.hpp
exact_match.hpp
except_match.hpp
exception.hpp
factory.hpp
feature_hasher.cpp
feature_hasher.hpp
json_converter.cpp
json_converter.hpp
key_matcher.hpp
key_matcher_factory.cpp
key_matcher_factory.hpp
keyword_weights.cpp
keyword_weights.hpp
libsvm_converter.cpp
libsvm_converter.hpp
match_all.hpp
mixable_weight_manager.hpp
msgpack_converter.cpp
msgpack_converter.hpp
null_regexp_filter.hpp
null_regexp_match.hpp
null_regexp_splitter.hpp
num_feature.hpp
num_feature_factory.cpp
num_feature_factory.hpp
num_feature_impl.hpp
num_filter.hpp
num_filter_factory.cpp
num_filter_factory.hpp
num_filter_impl.hpp
onig_filter.cpp
onig_filter.hpp
onig_match.cpp
onig_match.hpp
onig_splitter.cpp
onig_splitter.hpp
prefix_match.hpp
re2_filter.cpp
re2_filter.hpp
re2_match.cpp
re2_match.hpp
re2_splitter.cpp
re2_splitter.hpp
regexp_filter.hpp
regexp_match.hpp
regexp_splitter.hpp
revert.cpp
revert.hpp
space_splitter.cpp
space_splitter.hpp
string_feature.hpp
string_feature_factory.cpp
string_feature_factory.hpp
string_filter.hpp
string_filter_factory.cpp
string_filter_factory.hpp
suffix_match.hpp
type.hpp
util.cpp
util.hpp
weight_manager.cpp
weight_manager.hpp
without_split.cpp
without_split.hpp
word_splitter.cpp
word_splitter.hpp
►
graph
graph.hpp
graph_factory.cpp
graph_factory.hpp
graph_type.hpp
graph_wo_index.cpp
graph_wo_index.hpp
►
nearest_neighbor
bit_vector_nearest_neighbor_base.cpp
bit_vector_nearest_neighbor_base.hpp
bit_vector_ranking.cpp
bit_vector_ranking.hpp
euclid_lsh.cpp
euclid_lsh.hpp
exception.hpp
lsh.cpp
lsh.hpp
lsh_function.cpp
lsh_function.hpp
minhash.cpp
minhash.hpp
nearest_neighbor.hpp
nearest_neighbor_base.cpp
nearest_neighbor_base.hpp
nearest_neighbor_factory.cpp
nearest_neighbor_factory.hpp
►
recommender
euclid_lsh.cpp
euclid_lsh.hpp
inverted_index.cpp
inverted_index.hpp
lsh.cpp
lsh.hpp
lsh_util.cpp
lsh_util.hpp
minhash.cpp
minhash.hpp
nearest_neighbor_recommender.cpp
nearest_neighbor_recommender.hpp
recommender.hpp
recommender_base.cpp
recommender_base.hpp
recommender_factory.cpp
recommender_factory.hpp
recommender_mock.cpp
recommender_mock.hpp
recommender_mock_storage.cpp
recommender_mock_storage.hpp
recommender_mock_util.cpp
recommender_mock_util.hpp
recommender_type.hpp
►
regression
passive_aggressive.cpp
passive_aggressive.hpp
regression.hpp
regression_base.cpp
regression_base.hpp
regression_factory.cpp
regression_factory.hpp
regression_test_util.hpp
►
stat
stat.cpp
stat.hpp
►
storage
abstract_column.hpp
bit_index_storage.cpp
bit_index_storage.hpp
bit_vector.hpp
column_table.cpp
column_table.hpp
column_type.hpp
fixed_size_heap.hpp
inverted_index_storage.cpp
inverted_index_storage.hpp
local_storage.cpp
local_storage.hpp
local_storage_mixture.cpp
local_storage_mixture.hpp
lsh_index_storage.cpp
lsh_index_storage.hpp
lsh_util.cpp
lsh_util.hpp
lsh_vector.cpp
lsh_vector.hpp
owner.hpp
recommender_storage_base.hpp
row_deleter.hpp
sparse_matrix_storage.cpp
sparse_matrix_storage.hpp
storage_base.cpp
storage_base.hpp
storage_exception.hpp
storage_factory.cpp
storage_factory.hpp
storage_type.hpp
►
unlearner
lru_unlearner.cpp
lru_unlearner.hpp
random_unlearner.cpp
random_unlearner.hpp
test_util.hpp
unlearner.hpp
unlearner_base.hpp
unlearner_factory.cpp
unlearner_factory.hpp
plugin.hpp
Generated on Tue Apr 28 2015 13:23:12 for jubatus_core by
1.8.9.1