代码搜索:majority
找到约 389 项符合「majority」的源代码
代码结果 389
www.eeworm.com/read/466285/1512320
java majority.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/463239/1538505
v majority.v
module Majority (Y, Data);
parameter size = 8;
parameter max = 3;
parameter majority = 5;
input [size-1: 0] Data;
output Y;
reg Y;
reg [max-1: 0] count;
integer
www.eeworm.com/read/463239/1538546
v majority.v
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Jun 2002 16:56:06 -0000
vti_extenderversion:SR|5.0.2.4330
vti_lineageid:SR|{9023E326-CB4A-4F27-87BC-EDA8F15DF765}
vti_cacheddtm:TX|12 Jun 2002 16
www.eeworm.com/read/315726/3615953
java majority.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/268818/4249489
v majority.v
module Majority (Y, Data);
parameter size = 8;
parameter max = 3;
parameter majority = 5;
input [size-1: 0] Data;
output Y;
reg Y;
reg [max-1: 0] count;
integer
www.eeworm.com/read/268818/4249530
v majority.v
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Jun 2002 16:56:06 -0000
vti_extenderversion:SR|5.0.2.4330
vti_lineageid:SR|{9023E326-CB4A-4F27-87BC-EDA8F15DF765}
vti_cacheddtm:TX|12 Jun 2002 16
www.eeworm.com/read/429426/1948893
py majority.py
# Description: Shows how to "learn" the majority class and compare other classifiers to the default classification
# Category: default classification accuracy, statistics
# Classes: MajorityL
www.eeworm.com/read/429426/1949047
cpp majority.cpp
/*
This file is part of Orange.
Orange is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softw
www.eeworm.com/read/429426/1949135
hpp majority.hpp
/*
This file is part of Orange.
Orange is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Softw
www.eeworm.com/read/369418/2800053
java majority.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c